Remove some more configuration.h header includes

This commit is contained in:
twinaphex 2017-01-13 16:39:43 +01:00
parent 8c9e0405fb
commit 952f5e8d6e
3 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#include <queues/fifo_queue.h>
#include "../audio_driver.h"
#include "../../configuration.h"
#include "../../verbosity.h"
#ifdef _XBOX

View File

@ -12,6 +12,7 @@
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>
@ -32,7 +33,6 @@
#endif
#include "../audio_driver.h"
#include "../../configuration.h"
#include "../../verbosity.h"
#ifdef HAVE_OSS_BSD

View File

@ -33,7 +33,6 @@
#include "wiiu/multivoice.h"
#include "audio/audio_driver.h"
#include "configuration.h"
#include "performance_counters.h"
#include "runloop.h"