From 2dfe96a654761fc474c7a2ce0aab31e25c1faef7 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 11 Apr 2016 14:50:28 -0700 Subject: [PATCH] Cleanup headers --- interface/src/CrashReporter.cpp | 7 +++++-- interface/src/main.cpp | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/src/CrashReporter.cpp b/interface/src/CrashReporter.cpp index 797a9d0587..de8782e279 100644 --- a/interface/src/CrashReporter.cpp +++ b/interface/src/CrashReporter.cpp @@ -12,9 +12,12 @@ #ifdef HAS_BUGSPLAT #include "CrashReporter.h" -#include -#include + #include +#include + +#include + #include // SetUnhandledExceptionFilter can be overridden by the CRT at the point that an error occurs. More information diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 5ff20fe1eb..7000e5f905 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -33,8 +33,6 @@ #include #endif -#include - int main(int argc, const char* argv[]) { #if HAS_BUGSPLAT static QString BUG_SPLAT_DATABASE = "interface_alpha";