diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-28 15:41:04 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-28 15:41:04 +0000 |
| commit | 676eb630fbb2ac830a0befdd30a3a16705af7e86 (patch) | |
| tree | f2586fbf4d2ad8f293397faf9034ccdb7a5bdef6 /gui/LnxMain.c | |
| parent | 99bc6308ba92d0bf8bf158f032b21b7aa17a3bf2 (diff) | |
| download | pcsxr-676eb630fbb2ac830a0befdd30a3a16705af7e86.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38411 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/LnxMain.c')
| -rw-r--r-- | gui/LnxMain.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c index f3561472..26497cc1 100644 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA */ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -29,12 +31,10 @@ #include <pthread.h> #include <dirent.h> #include <sys/stat.h> - -#include "Linux.h" - #include "../libpcsxcore/sio.h" -#include "config.h" +#include "Linux.h" +#include "ConfDlg.h" #ifdef ENABLE_NLS #include <locale.h> |
