summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db95daf8..571b336e 100644
--- a/README.md
+++ b/README.md
@@ -168,8 +168,8 @@ separate sokol.c/.m implementation file which is necessary
to split the Objective-C code from the C code of the sample):
```cpp
-#include "sokol_gfx.h"
#include "sokol_app.h"
+#include "sokol_gfx.h"
sg_pass_action pass_action;