diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-17 08:11:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 08:11:32 -0800 |
commit | 90c7299e519783fe1e22d9ec8d3351d08bda65f6 (patch) | |
tree | b24d8bdcd6809c5465c6aa18f6d3109af2aad915 /src/text_window.c | |
parent | 4f9aab81ffdfedc84dfeafb88b4248dc6c7c2068 (diff) | |
parent | 46cf490edd4fd5971d3a3511516beb0910e33c32 (diff) |
Merge pull request #193 from marijnvdwerf/clean/cleanup-1
Clean up various things
Diffstat (limited to 'src/text_window.c')
-rw-r--r-- | src/text_window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_window.c b/src/text_window.c index 1ac624dd0..9a88789d1 100644 --- a/src/text_window.c +++ b/src/text_window.c @@ -1,8 +1,8 @@ #include "global.h" #include "text_window.h" #include "main.h" -#include "text.h" #include "palette.h" +#include "text.h" #define STD_MSG_BOX_LEFT 0 #define STD_MSG_BOX_TOP 14 |