summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-fbdev/use-staged-headers.patch
blob: 0bf41fd4dd9a66eceb6826ecdfa43e7475ae284a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Index: xf86-video-fbdev-0.4.0/src/fbdev.c
===================================================================
--- xf86-video-fbdev-0.4.0.orig/src/fbdev.c
+++ xf86-video-fbdev-0.4.0/src/fbdev.c
@@ -10,29 +10,29 @@
 #include <string.h>
 
 /* all driver need this */
-#include "xf86.h"
-#include "xf86_OSproc.h"
+#include <xf86.h>
+#include <xf86_OSproc.h>
 
-#include "mipointer.h"
-#include "mibstore.h"
-#include "micmap.h"
-#include "colormapst.h"
-#include "xf86cmap.h"
+#include <mipointer.h>
+#include <mibstore.h>
+#include <micmap.h>
+#include <colormapst.h>
+#include <xf86cmap.h>
 #include "shadow.h"
-#include "dgaproc.h"
+#include <dgaproc.h>
 
 /* for visuals */
-#include "fb.h"
+#include <fb.h>
 #ifdef USE_AFB
 #include "afb.h"
 #endif
 
-#include "xf86Resources.h"
-#include "xf86RAC.h"
+#include <xf86Resources.h>
+#include <xf86RAC.h>
 
-#include "fbdevhw.h"
+#include <fbdevhw.h>
 
-#include "xf86xv.h"
+#include <xf86xv.h>
 
 #ifdef XSERVER_LIBPCIACCESS
 #include <pciaccess.h>