summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/X11Controller.m
diff options
context:
space:
mode:
Diffstat (limited to 'hw/darwin/quartz/X11Controller.m')
-rw-r--r--hw/darwin/quartz/X11Controller.m8
1 files changed, 3 insertions, 5 deletions
diff --git a/hw/darwin/quartz/X11Controller.m b/hw/darwin/quartz/X11Controller.m
index fbc9c7402..6929566f7 100644
--- a/hw/darwin/quartz/X11Controller.m
+++ b/hw/darwin/quartz/X11Controller.m
@@ -29,7 +29,7 @@
#define DEFAULT_PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11/bin"
-#include "../quartz/quartzCommon.h"
+#include "quartzCommon.h"
#import "X11Controller.h"
#import "X11Application.h"
@@ -39,10 +39,10 @@
#define BOOL X_BOOL
#include "opaque.h"
# include "darwin.h"
-# include "../quartz/quartz.h"
+# include "quartz.h"
# define _APPLEWM_SERVER_
# include "X11/extensions/applewm.h"
-# include "../quartz/applewmExt.h"
+# include "applewmExt.h"
#undef BOOL
#include <stdio.h>
@@ -51,8 +51,6 @@
#include <sys/types.h>
#include <sys/wait.h>
-#define TRACE() fprintf (stderr, "%s\n", __FUNCTION__)
-
@implementation X11Controller
- (void) awakeFromNib