forked from mia/Aegisub
Remove incorrect inclusions of config.h in headers
Originally committed to SVN as r5450.
This commit is contained in:
parent
256e098aa7
commit
7e5e82090f
4 changed files with 0 additions and 8 deletions
|
@ -34,8 +34,6 @@
|
||||||
/// @ingroup audio_output
|
/// @ingroup audio_output
|
||||||
///
|
///
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifdef WITH_OSS
|
#ifdef WITH_OSS
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
/// @brief Hotkey handler
|
/// @brief Hotkey handler
|
||||||
/// @ingroup hotkey menu event window
|
/// @ingroup hotkey menu event window
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
/// @brief Dynamic menu and toolbar generator.
|
/// @brief Dynamic menu and toolbar generator.
|
||||||
/// @ingroup menu toolbar
|
/// @ingroup menu toolbar
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
/// @brief Dynamic toolbar generator.
|
/// @brief Dynamic toolbar generator.
|
||||||
/// @ingroup menu toolbar
|
/// @ingroup menu toolbar
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue