summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/DefaultIOSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/DefaultIOSystem.cpp')
-rw-r--r--src/3rdparty/assimp/code/DefaultIOSystem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/assimp/code/DefaultIOSystem.cpp b/src/3rdparty/assimp/code/DefaultIOSystem.cpp
index 8c44c8bd0..8687b0059 100644
--- a/src/3rdparty/assimp/code/DefaultIOSystem.cpp
+++ b/src/3rdparty/assimp/code/DefaultIOSystem.cpp
@@ -3,7 +3,8 @@
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
@@ -40,15 +41,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @file Default implementation of IOSystem using the standard C file functions */
-#include "DefaultIOSystem.h"
-#include "DefaultIOStream.h"
#include "StringComparison.h"
+#include <assimp/DefaultIOSystem.h>
+#include <assimp/DefaultIOStream.h>
#include <assimp/DefaultLogger.hpp>
#include <assimp/ai_assert.h>
#include <stdlib.h>
-
#ifdef __unix__
#include <sys/param.h>
#include <stdlib.h>