summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--endless/eosapplication.h6
-rw-r--r--endless/eosenums.h6
-rw-r--r--endless/eosmacros.h6
-rw-r--r--endless/eostypes.h6
-rw-r--r--endless/eosversion.h6
-rw-r--r--endless/eoswindow.h6
6 files changed, 18 insertions, 18 deletions
diff --git a/endless/eosapplication.h b/endless/eosapplication.h
index 8720f9e..f809522 100644
--- a/endless/eosapplication.h
+++ b/endless/eosapplication.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef EOS_APPLICATION_H
+#define EOS_APPLICATION_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef EOS_APPLICATION_H
-#define EOS_APPLICATION_H
-
#include "eostypes.h"
#include <gtk/gtk.h>
diff --git a/endless/eosenums.h b/endless/eosenums.h
index b85cde3..c5a88ae 100644
--- a/endless/eosenums.h
+++ b/endless/eosenums.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef EOS_ENUMS_H
+#define EOS_ENUMS_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef EOS_ENUMS_H
-#define EOS_ENUMS_H
-
/* Shared typedefs for enumerations */
#endif /* EOS_ENUMS_H */
diff --git a/endless/eosmacros.h b/endless/eosmacros.h
index 1a3fc44..7d85c15 100644
--- a/endless/eosmacros.h
+++ b/endless/eosmacros.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef EOS_MACROS_H
+#define EOS_MACROS_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef EOS_MACROS_H
-#define EOS_MACROS_H
-
/* Shared preprocessor macros */
#endif /* EOS_MACROS_H */
diff --git a/endless/eostypes.h b/endless/eostypes.h
index 68bd6d3..1feaf48 100644
--- a/endless/eostypes.h
+++ b/endless/eostypes.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef EOS_TYPES_H
+#define EOS_TYPES_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef EOS_TYPES_H
-#define EOS_TYPES_H
-
#include "eosenums.h"
#include "eosmacros.h"
#include "eosversion.h"
diff --git a/endless/eosversion.h b/endless/eosversion.h
index 5b9b292..318413c 100644
--- a/endless/eosversion.h
+++ b/endless/eosversion.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef API_VERSION_H
+#define API_VERSION_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef API_VERSION_H
-#define API_VERSION_H
-
#define EOS_SDK_ALL_API_VERSIONS
#endif /* API_VERSION_H */
diff --git a/endless/eoswindow.h b/endless/eoswindow.h
index 7fe6bfd..246e666 100644
--- a/endless/eoswindow.h
+++ b/endless/eoswindow.h
@@ -1,12 +1,12 @@
/* Copyright 2013 Endless Mobile, Inc. */
+#ifndef EOS_WINDOW_H
+#define EOS_WINDOW_H
+
#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif
-#ifndef EOS_WINDOW_H
-#define EOS_WINDOW_H
-
#include "eostypes.h"
#include "eosapplication.h"