X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input_stats.h;h=9b875069b10b3997a0fc5a0acc75092e211bae45;hp=1149b7cce2412b3bc5bee670c8fe4ad213358fa3;hb=0229f4414b3b63934c057030deb88cbf6926bb1f;hpb=bd694fdd3dd1417399aecead2c8b91fc4fe95ce8 diff --git a/input_stats.h b/input_stats.h index 1149b7c..9b87506 100644 --- a/input_stats.h +++ b/input_stats.h @@ -1,10 +1,13 @@ #ifndef _INPUT_STATS_H #define _INPUT_STATS_H 1 -#include "thread.h" #include #include +#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.