Cleanup imports

This commit is contained in:
Joshua Granick
2018-06-11 14:19:37 -07:00
parent f6e38208d3
commit 58057a4457
27 changed files with 29 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/DropEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/GamepadEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/JoystickEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/KeyEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/MouseEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/TextEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/TouchEvent.h>

View File

@@ -1,4 +1,4 @@
#include <hx/CFFI.h>
#include <system/CFFI.h>
#include <ui/WindowEvent.h>