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/src/units.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scpi/scpi_units.c b/libscpi/src/units.c similarity index 98% rename from scpi/scpi_units.c rename to libscpi/src/units.c index 5754109..a22f770 100644 --- a/scpi/scpi_units.c +++ b/libscpi/src/units.c @@ -35,10 +35,10 @@ */ #include <string.h> -#include "scpi_parser.h" -#include "scpi_units.h" -#include "scpi_utils.h" -#include "scpi_error.h" +#include "scpi/parser.h" +#include "scpi/units.h" +#include "utils.h" +#include "scpi/error.h" /* @@ -274,4 +274,4 @@ } return result; -} \ No newline at end of file +} -- Gitblit v1.9.1