untangling includes to cut down compile time

This commit is contained in:
Dennis Luxen
2013-12-13 18:49:05 -05:00
parent 25b352aeab
commit 758027e2e0
4 changed files with 5 additions and 16 deletions
-2
View File
@@ -37,7 +37,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "Util/UUID.h"
#ifdef __linux__
#include "Util/LinuxStackTrace.h"
#include <sys/mman.h>
#endif
@@ -76,7 +75,6 @@ int main (int argc, const char * argv[]) {
SimpleLogger().Write(logWARNING) <<
"Process " << argv[0] << " could not be locked to RAM";
}
installCrashHandler(argv[0]);
#endif
bool use_shared_memory = false;
std::string ip_address;