@@ -15,6 +15,7 @@
//
#import "CocoaSpice.h"
+#import "UTMLogging.h"
#import <glib.h>
#import <spice-client.h>
@@ -18,6 +18,7 @@
#import "UTMScreenshot.h"
#import "UTMShaderTypes.h"
#import <spice/protocol.h>
@@ -16,6 +16,7 @@
#import "CSInput.h"
#import "CSMain.h"
#import <pthread.h>
#import "CSSession.h"
#import <MobileCoreServices/MobileCoreServices.h>
#import <UIKit/UIKit.h>
#import <spice/vd_agent.h>
@@ -22,7 +22,6 @@
#include "CSInput.h"
#include "CSMain.h"
#include "CSSession.h"
-#include "UTMLogging.h"
#define GLIB_OBJC_RETAIN(x) (__bridge_retained void *)(x)
#define GLIB_OBJC_RELEASE(x) (__bridge void *)(__bridge_transfer NSObject *)(__bridge void *)(x)