From be752f9c9139f8d70d0296c6a9f49003071c8c3c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 24 12月 2012 23:29:54 +0800 Subject: [PATCH] Reorganize library --- libscpi/inc/scpi/fifo.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scpi/scpi_fifo.h b/libscpi/inc/scpi/fifo.h similarity index 98% rename from scpi/scpi_fifo.h rename to libscpi/inc/scpi/fifo.h index a798641..1ba3a93 100644 --- a/scpi/scpi_fifo.h +++ b/libscpi/inc/scpi/fifo.h @@ -37,7 +37,7 @@ #ifndef SCPI_FIFO_H #define SCPI_FIFO_H -#include "scpi_types.h" +#include "scpi/types.h" #ifdef __cplusplus extern "C" { @@ -64,4 +64,4 @@ } #endif -#endif /* SCPI_FIFO_H */ \ No newline at end of file +#endif /* SCPI_FIFO_H */ -- Gitblit v1.9.1