Merge pull request #21 from ungureanuvladvictor/generic_folder_structure
[smdp.git] / src / viewer.c
similarity index 99%
rename from viewer.c
rename to src/viewer.c
index c1a0188..76dc18c 100644 (file)
--- a/viewer.c
@@ -26,7 +26,7 @@
 #include <string.h> // strchr
 #include <unistd.h>
 
-#include "include/viewer.h"
+#include "viewer.h"
 
 // color ramp for fading from black to color
 static short white_ramp[24] = { 16, 232, 233, 234, 235, 236,