diff options
author | Dodji Seketeli <dodji@src.gnome.org> | 2003-05-20 20:03:34 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2003-05-20 20:03:34 +0000 |
commit | cf0f243f7e99156489019360c062a08d824aed22 (patch) | |
tree | 8e9ef02d08646e3720c4a78bf2a8ff69ad2abd34 /src/libcroco.h | |
parent | f1f4a02b4c33ad19773c3152c9408e2dadcd31d1 (diff) | |
download | libcroco-cf0f243f7e99156489019360c062a08d824aed22.tar.gz |
went forward in the cascading support. I still have a long way to go.
Dodji.
Diffstat (limited to 'src/libcroco.h')
-rw-r--r-- | src/libcroco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco.h b/src/libcroco.h index 46a978b..fe12e23 100644 --- a/src/libcroco.h +++ b/src/libcroco.h @@ -40,10 +40,10 @@ #ifdef CROCO_SELENG_ENABLED /*The selection engine headers*/ #include "seleng/cr-sel-eng.h" +#include "seleng/cr-style.h" #endif /*CROCO_SELENG_ENABLED*/ #ifdef CROCO_LAYENG_ENABLED /*the layout engine headers*/ -#include "layeng/cr-style.h" #include "layeng/cr-box.h" #include "layeng/cr-box-view.h" #include "layeng/cr-lay-eng.h" |