diff options
Diffstat (limited to 'include/Main.h')
-rw-r--r-- | include/Main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Main.h b/include/Main.h index 41ffd48..577150e 100644 --- a/include/Main.h +++ b/include/Main.h @@ -1,8 +1,8 @@ #ifndef __MAIN_H__ #define __MAIN_H__ -#include "Exceptions.h" -#include "gettext.h" +#include <Exceptions.h> +#include <gettext.h> extern char ** environ; |