Remove unnecessary cstdarg header includes

This commit is contained in:
Lioncash 2014-11-06 20:50:11 -05:00
parent f6b4b4dbba
commit 4c62bd2edb
4 changed files with 0 additions and 4 deletions

View file

@ -2,7 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <cstdarg>
#include <cstring>
#include <QApplication>

View file

@ -2,7 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <mutex>

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include <jni.h>

View file

@ -2,7 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <cstdarg>
#include <cstddef>
#include <cstdio>
#include <cstring>