More cleanup

This commit is contained in:
Alexander Bock
2017-06-09 19:29:20 -04:00
parent 0b289a4b77
commit 9e4e681d1e
8 changed files with 201 additions and 128 deletions

View File

@@ -22,24 +22,21 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
// open space includes
#include <openspace/rendering/transferfunction.h>
// ghoul includes
#include <ghoul/opengl/texture.h>
#include <ghoul/io/texture/texturereader.h>
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/filesystem/cachemanager.h>
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/io/texture/texturereader.h>
#include <ghoul/logging/logmanager.h>
#include <fstream>
#include <string>
#include <ghoul/opengl/texture.h>
#include <cstring>
#include <iterator>
#include <fstream>
#include <string>
#include <iostream>
namespace {
const std::string _loggerCat = "TransferFunction";