Cleanup headers

This commit is contained in:
Ryan Huffman 2016-04-11 14:50:28 -07:00
parent afe502e1d2
commit 2dfe96a654
2 changed files with 5 additions and 4 deletions

View file

@ -12,9 +12,12 @@
#ifdef HAS_BUGSPLAT
#include "CrashReporter.h"
#include <Windows.h>
#include <csignal>
#include <new.h>
#include <Windows.h>
#include <csignal>
#include <QDebug>
// SetUnhandledExceptionFilter can be overridden by the CRT at the point that an error occurs. More information

View file

@ -33,8 +33,6 @@
#include <CrashReporter.h>
#endif
#include <CrashHelpers.h>
int main(int argc, const char* argv[]) {
#if HAS_BUGSPLAT
static QString BUG_SPLAT_DATABASE = "interface_alpha";