Huge compile performance refactor

This commit is contained in:
Jack Andersen
2017-12-28 21:54:26 -10:00
parent 867665cc78
commit fa8989bed3
24 changed files with 41 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
#include <mutex>
#include <condition_variable>
#include <stdio.h>
#include <cstdio>
#include <libudev.h>
#include <stropts.h>
#include <linux/usb/ch9.h>
@@ -15,7 +15,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <string.h>
#include <cstring>
#include "boo/inputdev/HIDParser.hpp"
namespace boo