Browse Source

Fix casing on HTTPServer.h

Tobias Hieta 9 years ago
parent
commit
ea0c563c7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/remote/RemoteComponent.h

+ 1 - 1
src/remote/RemoteComponent.h

@@ -13,7 +13,7 @@
 
 #include "ComponentManager.h"
 #include "GDMManager.h"
-#include "server/httpserver.h"
+#include "server/HTTPServer.h"
 #include "qhttpresponse.h"
 #include "RemoteSubscriber.h"