Fix compile error on Windows.

This commit is contained in:
rdb 2009-07-16 11:28:40 +00:00
parent e909b3a6fd
commit 35f426e591
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#ifndef __MaxEgg__H
#define __MaxEgg__H
#include "pandatoolbase.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@ -23,7 +24,6 @@
#include "eggTable.h"
#include "eggXfmSAnim.h"
#include "eggData.h"
#include "pandatoolbase.h"
#include "referenceCount.h"
#include "pointerTo.h"
#include "namable.h"