]> Devoid-pointer.net GitWeb - libHPCS.git/commitdiff
Move public include file to "include" directory
authorMichal Malý <madcatxster@devoid-pointer.net>
Tue, 10 Mar 2015 21:34:30 +0000 (22:34 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Tue, 10 Mar 2015 21:34:30 +0000 (22:34 +0100)
include/libhpcs.h [moved from libhpcs.h with 100% similarity]
libhpcs.c
test_tool.c

similarity index 100%
rename from libhpcs.h
rename to include/libhpcs.h
index 5e1f57a0b7be1d4a07ee4848221e0be3e8bb4de8..147a9899a27ef15910b966fdf8d456a827144285 100644 (file)
--- a/libhpcs.c
+++ b/libhpcs.c
@@ -1,4 +1,4 @@
-#include "libhpcs.h"
+#include "include/libhpcs.h"
 #include "libhpcs_p.h"
 
 #ifdef __cplusplus
index eebe9d93a1a18df81cc8209bc36c31d6aa8c9290..fb86a5c3210dcd51b682cbbe4f80a2ed7bbad994 100644 (file)
@@ -1,7 +1,7 @@
 #include <float.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "libhpcs.h"
+#include "include/libhpcs.h"
 
 int main(int argc, char** argv)
 {