mesa: Add missing include guards
[mesa.git] / src / mesa / main / convolve.h
index 3d4c999d9bd677e7f65cf186c3db7f7df9bfa8c8..e696ce497e0bca96db31f808e4bd48d10d10a870 100644 (file)
@@ -1,7 +1,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
@@ -29,7 +28,7 @@
 #define CONVOLVE_H
 
 
-#include "compiler.h"
+#include "glheader.h"
 
 struct _glapi_table;