Removed unused header core/stl.h

metadata
Edgar Velazquez-Armendariz 2013-01-28 20:50:51 -05:00
parent 381250a0df
commit dac7cf679a
4 changed files with 0 additions and 27 deletions

View File

@ -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 <http://www.gnu.org/licenses/>.
*/
#pragma once
#if !defined(__MITSUBA_CORE_STL_H_)
#define __MITSUBA_CORE_STL_H_
/// \endcond
#endif /* __MITSUBA_CORE_STL_H_ */

View File

@ -45,7 +45,6 @@ using std::endl;
#include <mitsuba/core/constants.h>
#include <mitsuba/core/fwd.h>
#include <mitsuba/render/fwd.h>
#include <mitsuba/core/stl.h>
#include <mitsuba/core/math.h>
#include <mitsuba/core/object.h>
#include <mitsuba/core/ref.h>

View File

@ -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

View File

@ -42,7 +42,6 @@
#include <mitsuba/core/constants.h>
#include <mitsuba/core/fwd.h>
#include <mitsuba/render/fwd.h>
#include <mitsuba/core/stl.h>
#include <mitsuba/core/object.h>
#include <mitsuba/core/ref.h>
#include <mitsuba/core/tls.h>