diff options
Diffstat (limited to 'common/rfb/VNCServerST.cxx')
-rw-r--r-- | common/rfb/VNCServerST.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index ec5e962f..65439192 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx @@ -51,12 +51,13 @@ #include <assert.h> #include <stdlib.h> +#include <rfb/ComparingUpdateTracker.h> +#include <rfb/KeyRemapper.h> +#include <rfb/ListConnInfo.h> +#include <rfb/Security.h> #include <rfb/ServerCore.h> #include <rfb/VNCServerST.h> #include <rfb/VNCSConnectionST.h> -#include <rfb/ComparingUpdateTracker.h> -#include <rfb/Security.h> -#include <rfb/KeyRemapper.h> #include <rfb/util.h> #include <rdr/types.h> |