diff options
Diffstat (limited to 'endless/endless.h')
-rw-r--r-- | endless/endless.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/endless/endless.h b/endless/endless.h index b452247..6bf4f29 100644 --- a/endless/endless.h +++ b/endless/endless.h @@ -11,9 +11,9 @@ G_BEGIN_DECLS #define _EOS_SDK_INSIDE_ENDLESS_H /* Pull in other header files */ -#include "types.h" -#include "application.h" -#include "window.h" +#include "eostypes.h" +#include "eosapplication.h" +#include "eoswindow.h" #undef _EOS_SDK_INSIDE_ENDLESS_H |