]> git.sesse.net Git - nageru/blobdiff - input_mapping.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / input_mapping.cpp
index 4b28a592dec5b8c7d9b4cc865e81c9361067573e..deef92343c75c542b5aa9ecc698e8a4d94dec591 100644 (file)
@@ -1,13 +1,14 @@
-#include <stdio.h>
-#include <fcntl.h>
-#include <unistd.h>
+#include "input_mapping.h"
 
-#include <google/protobuf/text_format.h>
-#include <google/protobuf/io/zero_copy_stream.h>
+#include <assert.h>
+#include <fcntl.h>
 #include <google/protobuf/io/zero_copy_stream_impl.h>
+#include <google/protobuf/text_format.h>
+#include <stdio.h>
+#include <set>
+#include <utility>
 
 #include "audio_mixer.h" 
-#include "input_mapping.h"
 #include "state.pb.h"
 
 using namespace std;