code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

COLLADASaxFWLPolygons.h includes non-existant header COLLADASaxFWLPolyBase.h #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not much more to add... Here's a snippiet of the offending header:

/*^M
    Copyright (c) 2008-2009 NetAllied Systems GmbH^M
^M
        This file is part of COLLADASaxFrameworkLoader.^M
        ^M
    Licensed under the MIT Open Source License, ^M
    for details please see LICENSE file or the website^M
    http://www.opensource.org/licenses/mit-license.php^M
*/

#ifndef __COLLADASAXFWL_POLYGONS_H__
#define __COLLADASAXFWL_POLYGONS_H__

#include "COLLADASaxFWLPHElement.h"
#include "COLLADASaxFWLPolyBase.h"
.../*^M
    Copyright (c) 2008-2009 NetAllied Systems GmbH^M
^M
        This file is part of COLLADASaxFrameworkLoader.^M
        ^M
    Licensed under the MIT Open Source License, ^M
    for details please see LICENSE file or the website^M
    http://www.opensource.org/licenses/mit-license.php^M
*/

#ifndef __COLLADASAXFWL_POLYGONS_H__
#define __COLLADASAXFWL_POLYGONS_H__

#include "COLLADASaxFWLPHElement.h"
#include "COLLADASaxFWLPolyBase.h"

Original issue reported on code.google.com by hobbes1...@gmail.com on 18 Jun 2012 at 4:16

GoogleCodeExporter commented 9 years ago
Whoops, double posted code snippet...

Original comment by hobbes1...@gmail.com on 18 Jun 2012 at 4:16