]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Context.h
SourceLayout: esi/, take 1
[thirdparty/squid.git] / src / esi / Context.h
similarity index 99%
rename from src/ESIContext.h
rename to src/esi/Context.h
index 5416a2cf41e3b941ba82713bb51acf86ae225b29..bf958dc59e9f59044fb5a55636b7e222398e9202 100644 (file)
 #ifndef SQUID_ESICONTEXT_H
 #define SQUID_ESICONTEXT_H
 
-#include "ESIElement.h"
+#include "esi/Element.h"
 #include "clientStream.h"
 
 class ESIVarState;
 
 class ClientHttpRequest;
 
-#include "ESIParser.h"
+#include "esi/Parser.h"
 
 /* ESIContext */