Remove incorrect inclusions of config.h in headers

Originally committed to SVN as r5450.
This commit is contained in:
Thomas Goyne 2011-07-15 04:04:21 +00:00
parent 256e098aa7
commit 7e5e82090f
4 changed files with 0 additions and 8 deletions

View File

@ -34,8 +34,6 @@
/// @ingroup audio_output
///
#include "config.h"
#ifdef WITH_OSS
#ifndef AGI_PRE
#include <sys/ioctl.h>

View File

@ -18,8 +18,6 @@
/// @brief Hotkey handler
/// @ingroup hotkey menu event window
#include "config.h"
#ifndef AGI_PRE
#include <math.h>

View File

@ -18,8 +18,6 @@
/// @brief Dynamic menu and toolbar generator.
/// @ingroup menu toolbar
#include "config.h"
#ifndef AGI_PRE
#include <map>

View File

@ -18,8 +18,6 @@
/// @brief Dynamic toolbar generator.
/// @ingroup menu toolbar
#include "config.h"
#ifndef AGI_PRE
#include <map>