we can move the <glib.h> include a bit more then

This commit is contained in:
Rudolf Polzer 2010-08-08 16:42:40 +02:00
parent 4d04ade414
commit 2ddfb486e9
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmdlib.h"
#include "mathlib.h"
#include <glib.h>
#include "inout.h"
#include "vfs.h"
#include "unzip.h"

View File

@ -34,7 +34,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// to get PATH_MAX
#include <stdio.h>
#if defined (__linux__) || defined (__APPLE__)
#include <glib.h>
#include <dirent.h>
#include <unistd.h>
#else
@ -44,6 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define S_ISDIR(mode) (mode & _S_IFDIR)
#define PATH_MAX 260
#endif
#include <glib.h>
#define VFS_MAXDIRS 64