Remove some obsolete dependencies to colormap.h.

master
Torsten Paul 2014-11-02 23:42:24 +01:00
parent 46bffd3f4c
commit a9cbabdbc2
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
#include <QMainWindow>
#include <QSettings>
#include "ui_Preferences.h"
#include "colormap.h"
class Preferences : public QMainWindow, public Ui::Preferences
{

View File

@ -1,5 +1,4 @@
#include "rendersettings.h"
#include "colormap.h"
#include "printutils.h"
RenderSettings *RenderSettings::inst(bool erase)

View File

@ -2,7 +2,6 @@
#include <map>
#include "linalg.h"
#include "colormap.h"
class RenderSettings
{