diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-06 21:20:35 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-06 21:20:35 +0100 |
commit | 6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38 (patch) | |
tree | e4b82e65113c39a5023e6a15570cb9f710623f32 /include/gwin/gwin.h | |
parent | fc984c3721b09b396424a51f3006491e026a5f97 (diff) | |
download | uGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.tar.gz uGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.tar.bz2 uGFX-6aa34e4fdcf3ffa45e2c9b3a8c7c15a43c043d38.zip |
initial version of frames - still work in progress, DO NOT USE!!!
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r-- | include/gwin/gwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 73f7ff82..c59a1bcf 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -894,10 +894,6 @@ extern "C" { #include "gwin/image.h" #endif - #if GWIN_NEED_LAYOUT || defined(__DOXYGEN__) - #include "gwin/layout.h" - #endif - #endif /* GFX_USE_GWIN */ #endif /* _GWIN_H */ |