X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input_stats.h;h=9b875069b10b3997a0fc5a0acc75092e211bae45;hp=1149b7cce2412b3bc5bee670c8fe4ad213358fa3;hb=bfc1a54cf84bb1784c14bd4f5acbb500460e35b5;hpb=6701f9737a668607848b4bcf4702e33776fe887b 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.