Remove unneeded includes.
This commit is contained in:
parent
b190ece9c6
commit
09e1e335a9
2 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,8 @@
|
|||
*/
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "foreach.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
|
|
|
@ -15,11 +15,12 @@
|
|||
#ifndef SOUND_HPP_INCLUDED
|
||||
#define SOUND_HPP_INCLUDED
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "config.hpp"
|
||||
#include "events.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
class config;
|
||||
|
||||
namespace sound {
|
||||
|
||||
enum channel_group {
|
||||
|
|
Loading…
Add table
Reference in a new issue