Obj-loader: change include brackets.

This commit is contained in:
Kim Kulling
2015-07-10 01:21:10 +02:00
parent 891c17ee7b
commit 14a849b398
8 changed files with 35 additions and 43 deletions

View File

@@ -43,15 +43,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <vector>
#include <map>
#include "../include/assimp/types.h"
#include "../include/assimp/mesh.h"
#include <assimp/types.h>
#include <assimp/mesh.h>
namespace Assimp
{
namespace Assimp {
namespace ObjFile {
namespace ObjFile
{
// ------------------------------------------------------------------------------------------------
struct Object;
struct Face;
struct Material;