move header files from embryo_private.h to source files
[framework/uifw/embryo.git] / src / lib / embryo_str.c
index 2ed03c7..8781cfd 100644 (file)
@@ -2,9 +2,18 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 
-#include "embryo_private.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
 #include <fnmatch.h>
 
+#include "Embryo.h"
+#include "embryo_private.h"
+
 #define STRGET(ep, str, par) { \
    Embryo_Cell *___cptr; \
    str = NULL; \