summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-05-13 16:15:31 +0200
committerP. F. Chimento <philip.chimento@gmail.com>2013-05-13 16:15:31 +0200
commit607d4d4f903e13fc995afdde0c1d0961e67277c0 (patch)
tree6e9ac5fb20d0e9b25f042db2ccc56a4d2c6f50e4 /endless/eosmacros.h
parent55be2cb2bd90e55832af798c05e699c99fc3d38f (diff)
Switch order of header checks
[endlessm/eos-sdk#74]
Diffstat (limited to 'endless/eosmacros.h')
-rw-r--r--endless/eosmacros.h6
1 files changed, 3 insertions, 3 deletions
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 */