comparison gui/wm/wsxdnd.c @ 26382:b2f4abcf20ed

Make include paths consistent; do not use ../ in them.
author diego
date Sat, 12 Apr 2008 16:03:07 +0000
parents 20f549053410
children b0a7b35b78d2
comparison
equal deleted inserted replaced
26381:4617c374f752 26382:b2f4abcf20ed
9 #include <stdlib.h> 9 #include <stdlib.h>
10 #include <string.h> 10 #include <string.h>
11 11
12 #include <X11/Xatom.h> 12 #include <X11/Xatom.h>
13 13
14 #include "../mp_msg.h" 14 #include "mp_msg.h"
15 #include "../help_mp.h" 15 #include "help_mp.h"
16 16
17 #define XDND_VERSION 3L 17 #define XDND_VERSION 3L
18 18
19 Atom XA_XdndAware; 19 Atom XA_XdndAware;
20 Atom XA_XdndEnter; 20 Atom XA_XdndEnter;