Namely, after the include directives. The headers are properly annotated
so keeping things as-is is only asking for trouble.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
#ifndef ST_ATIFS_TO_TGSI_H
#define ST_ATIFS_TO_TGSI_H
+#include "main/glheader.h"
+#include "pipe/p_defines.h"
+
#if defined __cplusplus
extern "C" {
#endif
-#include "main/glheader.h"
-#include "pipe/p_defines.h"
-
struct gl_context;
struct gl_program;
struct ureg_program;
#ifndef ST_MESA_TO_TGSI_H
#define ST_MESA_TO_TGSI_H
-#if defined __cplusplus
-extern "C" {
-#endif
-
#include "main/glheader.h"
#include "pipe/p_compiler.h"
#include "pipe/p_defines.h"
+#if defined __cplusplus
+extern "C" {
+#endif
+
struct gl_context;
struct gl_program;
struct tgsi_token;