mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 14:42:50 +02:00
Cleanup headers
This commit is contained in:
parent
afe502e1d2
commit
2dfe96a654
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue