diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-01-12 14:19:47 -0700 |
---|---|---|
committer | Jared <jaxad0127@gmail.com> | 2010-01-12 14:41:34 -0700 |
commit | 1420656e08f65f3e5c963f82b10a718b8026d216 (patch) | |
tree | 262441cb8f9587b982f9078398844021c0d22de0 /src/gui/setup_video.cpp | |
parent | d18b9fb1aa086d3ed0187d61940564f197411cf4 (diff) | |
download | mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.gz mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.bz2 mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.xz mana-1420656e08f65f3e5c963f82b10a718b8026d216.zip |
Standardize header order
Also remove some extra new lines and fix eAthena's PartyTab define guards.
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r-- | src/gui/setup_video.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index d9966db5..d7ad3e5f 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -47,6 +47,7 @@ #include <guichan/listmodel.hpp> #include <SDL.h> + #include <string> #include <vector> |