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/error.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scpi/scpi_error.h b/libscpi/inc/scpi/error.h similarity index 98% rename from scpi/scpi_error.h rename to libscpi/inc/scpi/error.h index 5d8315e..b2b7c9d 100644 --- a/scpi/scpi_error.h +++ b/libscpi/inc/scpi/error.h @@ -37,7 +37,7 @@ #ifndef SCPI_ERROR_H #define SCPI_ERROR_H -#include "scpi_types.h" +#include "scpi/types.h" #ifdef __cplusplus extern "C" { -- Gitblit v1.9.1