conf.h: remove obsolete header

Use only ConfigData.hxx in plugin sources to reduce header
dependencies.
This commit is contained in:
Max Kellermann
2013-09-05 08:47:10 +02:00
parent 9605e24655
commit 26d92c80ed
57 changed files with 80 additions and 86 deletions

View File

@@ -21,7 +21,9 @@
#include "OutputControl.hxx"
#include "OutputInternal.hxx"
#include "OutputPlugin.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "Idle.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"