diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-27 16:39:42 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-10-27 16:39:42 +0100 |
commit | 1130f93af7f44051d19c2d35f6a0f30d59df42da (patch) | |
tree | 344ea661ae28c0280da4788388a83ff316ae4f0a /include/gwin/gwin.h | |
parent | 98e7a40205fd045898e6ca8f7b57199d9eb4a002 (diff) | |
download | uGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.tar.gz uGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.tar.bz2 uGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.zip |
moved include headers to correct location
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r-- | include/gwin/gwin.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 372ece9c..45e29b00 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -820,14 +820,6 @@ extern "C" { #include "gwin/image.h" #endif - #if GWIN_NEED_LABEL || defined(__DOXYGEN__) - #include "gwin/label.h" - #endif - - #if GWIN_NEED_LIST || defined(__DOXYGEN__) - #include "gwin/list.h" - #endif - #endif /* GFX_USE_GWIN */ #endif /* _GWIN_H */ |