From dac7cf679a5f6930eee5e7b27c75cfb2b8b786a4 Mon Sep 17 00:00:00 2001 From: Edgar Velazquez-Armendariz Date: Mon, 28 Jan 2013 20:50:51 -0500 Subject: [PATCH] Removed unused header core/stl.h --- include/mitsuba/core/stl.h | 24 ------------------------ include/mitsuba/mitsuba.h | 1 - src/libcore/CMakeLists.txt | 1 - src/mtsgui/pch/mtsgui_precompiled.hpp | 1 - 4 files changed, 27 deletions(-) delete mode 100644 include/mitsuba/core/stl.h diff --git a/include/mitsuba/core/stl.h b/include/mitsuba/core/stl.h deleted file mode 100644 index 05d31cef..00000000 --- a/include/mitsuba/core/stl.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - This file is part of Mitsuba, a physically based rendering system. - - Copyright (c) 2007-2012 by Wenzel Jakob and others. - - Mitsuba is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License Version 3 - as published by the Free Software Foundation. - - Mitsuba is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -#pragma once -#if !defined(__MITSUBA_CORE_STL_H_) -#define __MITSUBA_CORE_STL_H_ - -/// \endcond -#endif /* __MITSUBA_CORE_STL_H_ */ diff --git a/include/mitsuba/mitsuba.h b/include/mitsuba/mitsuba.h index d097e798..246b724e 100644 --- a/include/mitsuba/mitsuba.h +++ b/include/mitsuba/mitsuba.h @@ -45,7 +45,6 @@ using std::endl; #include #include #include -#include #include #include #include diff --git a/src/libcore/CMakeLists.txt b/src/libcore/CMakeLists.txt index 45afb3f9..090d23dd 100644 --- a/src/libcore/CMakeLists.txt +++ b/src/libcore/CMakeLists.txt @@ -65,7 +65,6 @@ set(HDRS ${INCLUDE_DIR}/sshstream.h ${INCLUDE_DIR}/sstream.h ${INCLUDE_DIR}/statistics.h - ${INCLUDE_DIR}/stl.h ${INCLUDE_DIR}/stream.h ${INCLUDE_DIR}/thread.h ${INCLUDE_DIR}/timer.h diff --git a/src/mtsgui/pch/mtsgui_precompiled.hpp b/src/mtsgui/pch/mtsgui_precompiled.hpp index 124dcd68..e699f855 100644 --- a/src/mtsgui/pch/mtsgui_precompiled.hpp +++ b/src/mtsgui/pch/mtsgui_precompiled.hpp @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include