diff Core/HttpServer/HttpHandler.h @ 324:64925c94825c

api improvement
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2013 09:29:56 +0100
parents 7f74209ea0f8
children 78a8eaa5f30b
line wrap: on
line diff
--- a/Core/HttpServer/HttpHandler.h	Mon Jan 07 16:48:35 2013 +0100
+++ b/Core/HttpServer/HttpHandler.h	Tue Jan 08 09:29:56 2013 +0100
@@ -35,11 +35,12 @@
 #include <map>
 #include <vector>
 #include <stdint.h>
-#include "HttpOutput.h"
 #include "../Toolbox.h"
 
 namespace Orthanc
 {
+  class HttpOutput;
+
   class HttpHandler
   {
   public: