Cleanup imports
This commit is contained in:
@@ -427,6 +427,9 @@
|
||||
<lib name="/opt/local/lib/libgc.a" if="LIME_NEKO" />
|
||||
<lib name="-lm" if="LIME_NEKO" />
|
||||
|
||||
<lib name="-L${HLPATH}" />
|
||||
<lib name="-lhl" if="LIME_HASHLINK" />
|
||||
|
||||
</section>
|
||||
|
||||
<section if="android">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define LIME_APP_APPLICATION_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#include <graphics/ImageBuffer.h>
|
||||
#include <math/Rectangle.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/Window.h>
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
#define LIME_GRAPHICS_UTILS_IMAGE_DATA_UTIL_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <graphics/Image.h>
|
||||
#include <graphics/PixelFormat.h>
|
||||
#include <math/ColorMatrix.h>
|
||||
#include <math/Rectangle.h>
|
||||
#include <math/Vector2.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/Endian.h>
|
||||
#include <system/System.h>
|
||||
#include <utils/Bytes.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define LIME_MATH_COLOR_MATRIX_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/System.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define LIME_MEDIA_AUDIO_BUFFER_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <utils/ArrayBufferView.h>
|
||||
|
||||
#ifdef ANDROID
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
#define LIME_SYSTEM_DISPLAY_MODE_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <graphics/PixelFormat.h>
|
||||
#include <system/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#undef RemoveDirectory
|
||||
#endif
|
||||
|
||||
#include <system/CFFI.h>
|
||||
#include <system/Mutex.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef LIME_SYSTEM_SYSTEM_H
|
||||
#define LIME_SYSTEM_SYSTEM_H
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
|
||||
#include <graphics/ImageBuffer.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/System.h>
|
||||
#include <utils/Resource.h>
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
#ifdef HX_WINDOWS
|
||||
#undef GetGlyphIndices
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <app/ApplicationEvent.h>
|
||||
#include <system/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <graphics/RenderEvent.h>
|
||||
#include <system/CFFI.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFIPrime.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/CFFIPointer.h>
|
||||
#include <system/Mutex.h>
|
||||
#include <utils/Bytes.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <hx/CFFIPrime.h>
|
||||
#include <media/codecs/vorbis/VorbisFile.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/CFFIPointer.h>
|
||||
#include <utils/Bytes.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <curl/curl.h>
|
||||
#include <hx/CFFIPrime.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/CFFIPointer.h>
|
||||
#include <system/Mutex.h>
|
||||
#include <utils/Bytes.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ClipboardEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <system/CFFI.h>
|
||||
#include <system/JNI.h>
|
||||
#include <utils/Object.h>
|
||||
#include <hx/CFFIPrime.h>
|
||||
#include <jni.h>
|
||||
#include <pthread.h>
|
||||
#include <android/log.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/SensorEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/DropEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/GamepadEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/JoystickEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/KeyEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/MouseEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/TextEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/TouchEvent.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <ui/WindowEvent.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user