summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raudio.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/raudio.c b/src/raudio.c
index e25d153a..9a4a6c94 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -70,11 +70,10 @@
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
#else
#include "raylib.h" // Declares module functions
-
-// Check if config flags have been externally provided on compilation line
-#if !defined(EXTERNAL_CONFIG_FLAGS)
- #include "config.h" // Defines module configuration flags
-#endif
+ // Check if config flags have been externally provided on compilation line
+ #if !defined(EXTERNAL_CONFIG_FLAGS)
+ #include "config.h" // Defines module configuration flags
+ #endif
#include "utils.h" // Required for: fopen() Android mapping
#endif