summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/prog_debug.c')
-rw-r--r--src/mesa/shader/prog_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_debug.c b/src/mesa/shader/prog_debug.c
index 57929fcbcae..7bcb2ef734a 100644
--- a/src/mesa/shader/prog_debug.c
+++ b/src/mesa/shader/prog_debug.c
@@ -23,9 +23,9 @@
*/
-#include "glheader.h"
-#include "context.h"
-#include "macros.h"
+#include "main/glheader.h"
+#include "main/context.h"
+#include "main/macros.h"
#include "nvfragparse.h"
#include "nvvertparse.h"
#include "program.h"