diff options
author | Ben Byer <bbyer@apple.com> | 2007-02-17 03:47:42 -0800 |
---|---|---|
committer | Ben Byer <bbyer@apple.com> | 2007-02-17 03:47:42 -0800 |
commit | d287b76471f66c9aea54f969d050b35643cb2501 (patch) | |
tree | bcfb8700c8f817a0f72dc17e02bd514ecef64ca3 /hw/darwin/quartz/cr/crAppleWM.m | |
parent | 81444486be4f182dde778bac6f7edcbfc4368482 (diff) |
cleaned up some linking ugliness in hw/darwin/quartz
Diffstat (limited to 'hw/darwin/quartz/cr/crAppleWM.m')
-rw-r--r-- | hw/darwin/quartz/cr/crAppleWM.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/darwin/quartz/cr/crAppleWM.m b/hw/darwin/quartz/cr/crAppleWM.m index 259c2d879..0741d4e58 100644 --- a/hw/darwin/quartz/cr/crAppleWM.m +++ b/hw/darwin/quartz/cr/crAppleWM.m @@ -30,8 +30,8 @@ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif -#include "quartzCommon.h" -#include "cr.h" +#include "quartz/quartzCommon.h" +#include "quartz/cr/cr.h" #undef BOOL #define BOOL xBOOL @@ -39,7 +39,7 @@ #include "X11/X.h" #define _APPLEWM_SERVER_ #include "X11/extensions/applewm.h" -#include "applewmExt.h" +#include "quartz/applewmExt.h" #undef BOOL #define StdDocumentStyleMask (NSTitledWindowMask | \ |