Warning fixes

This commit is contained in:
Robert Osfield
2009-04-22 16:47:07 +00:00
parent ddd3c39a17
commit 7e2b022ead

View File

@@ -36,10 +36,6 @@ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
// include to quieten down silly VS warnings
#include <osg/Export>
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stddef.h>
@@ -167,9 +163,5 @@ extern void ply_free_other_elements (PlyOtherElems *);
extern int equal_strings(const char *, const char *);
#ifdef __cplusplus
}
#endif
#endif /* !__PLY_H__ */