]> git.sesse.net Git - cubemap/blobdiff - input_stats.h
Re-run include-what-you-use.
[cubemap] / input_stats.h
index 1149b7cce2412b3bc5bee670c8fe4ad213358fa3..9b875069b10b3997a0fc5a0acc75092e211bae45 100644 (file)
@@ -1,10 +1,13 @@
 #ifndef _INPUT_STATS_H
 #define _INPUT_STATS_H 1
 
-#include "thread.h"
 #include <string>
 #include <vector>
 
+#include "thread.h"
+
+class Input;
+
 // A thread that regularly writes out input statistics, ie. a list of all inputs
 // with some information about each. Very similar to StatsThread, but for inputs instead
 // of clients.