summaryrefslogtreecommitdiff
path: root/gdb/opencl-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r--gdb/opencl-lang.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c
index 03699b14251..433863782b5 100644
--- a/gdb/opencl-lang.c
+++ b/gdb/opencl-lang.c
@@ -19,13 +19,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "gdbtypes.h"
-#include "symtab.h"
+
+/* Local includes. */
+#include "c-lang.h"
#include "expression.h"
-#include "parser-defs.h"
+#include "gdbtypes.h"
#include "language.h"
+#include "parser-defs.h"
+#include "symtab.h"
#include "varobj.h"
-#include "c-lang.h"
/* This macro generates enum values from a given type. */