comparison Core/HttpServer/MongooseServer.h @ 217:1ac3aacd10a5

simplifications
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 12:22:23 +0100
parents fe180eae201d
children bdd72233b105
comparison
equal deleted inserted replaced
216:e5d5d4a9a326 217:1ac3aacd10a5
34 34
35 #include "HttpHandler.h" 35 #include "HttpHandler.h"
36 36
37 #include <list> 37 #include <list>
38 #include <map> 38 #include <map>
39 #include <set>
39 #include <stdint.h> 40 #include <stdint.h>
40 #include <boost/shared_ptr.hpp> 41 #include <boost/shared_ptr.hpp>
41 42
42 namespace Orthanc 43 namespace Orthanc
43 { 44 {