mirror of https://github.com/odrling/Aegisub
Remove incorrect inclusions of config.h in headers
Originally committed to SVN as r5450.
This commit is contained in:
parent
256e098aa7
commit
7e5e82090f
|
@ -34,8 +34,6 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef WITH_OSS
|
||||
#ifndef AGI_PRE
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
/// @brief Hotkey handler
|
||||
/// @ingroup hotkey menu event window
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
/// @brief Dynamic menu and toolbar generator.
|
||||
/// @ingroup menu toolbar
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
/// @brief Dynamic toolbar generator.
|
||||
/// @ingroup menu toolbar
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <map>
|
||||
|
||||
|
|
Loading…
Reference in New Issue