summaryrefslogtreecommitdiff
path: root/src/libcroco.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:50:32 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:50:32 +0000
commit17114030e0e37f93682c903dd818da1f0e2e6f6b (patch)
treef52286082af39c649dfbc86015ab080ac2a55abd /src/libcroco.h
parent4f5560ef67d35121d1087aee9b5e34dece012d8a (diff)
downloadlibcroco-17114030e0e37f93682c903dd818da1f0e2e6f6b.tar.gz
big tree layout cleanup.
Dodji.
Diffstat (limited to 'src/libcroco.h')
-rw-r--r--src/libcroco.h41
1 files changed, 20 insertions, 21 deletions
diff --git a/src/libcroco.h b/src/libcroco.h
index fa32d24..98d0d60 100644
--- a/src/libcroco.h
+++ b/src/libcroco.h
@@ -23,30 +23,29 @@
#include "libcroco-config.h"
-#include "cr-utils.h"
-#include "cr-pseudo.h"
-#include "cr-term.h"
-#include "cr-attr-sel.h"
-#include "cr-simple-sel.h"
-#include "cr-selector.h"
-#include "cr-enc-handler.h"
-#include "cr-doc-handler.h"
-#include "cr-parser-input.h"
-#include "cr-input.h"
-#include "cr-parser.h"
-#include "cr-statement.h"
-#include "cr-stylesheet.h"
-#include "cr-om-parser.h"
-#include "cr-sel-eng.h"
+#include "parser/cr-utils.h"
+#include "parser/cr-pseudo.h"
+#include "parser/cr-term.h"
+#include "parser/cr-attr-sel.h"
+#include "parser/cr-simple-sel.h"
+#include "parser/cr-selector.h"
+#include "parser/cr-enc-handler.h"
+#include "parser/cr-doc-handler.h"
+#include "parser/cr-parser-input.h"
+#include "parser/cr-input.h"
+#include "parser/cr-parser.h"
+#include "parser/cr-statement.h"
+#include "parser/cr-stylesheet.h"
+#include "parser/cr-om-parser.h"
-#ifdef WITH_SELENG
-#include "cr-style.h"
-#include "cr-sel-eng.h"
+#ifdef WITH_SELENG /*The selection engine headers*/
+#include "seleng/cr-sel-eng.h"
#endif /*WITH_SELENG*/
-#ifdef WITH_LAYENG
-#include "cr-box.h"
-#include "cr-lay-eng.h"
+#ifdef WITH_LAYENG /*the layout engine headers*/
+#include "layeng/cr-style.h"
+#include "layeng/cr-box.h"
+#include "layeng/cr-lay-eng.h"
#endif
#endif /*__LIBCROCO_H__*/