]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/sbuf/SBuf.cc
Merged from trunk
[thirdparty/squid.git] / src / sbuf / SBuf.cc
index 1d2ea44c9ad67caa0f7c0c55b6998d7ca57cc7f1..0523a47413bd18da82ab28d0a284bbab7b2774ff 100644 (file)
 #include "base/CharacterSet.h"
 #include "base/RefCount.h"
 #include "Debug.h"
-#include "OutOfBoundsException.h"
-#include "SBuf.h"
-#include "SBufDetailedStats.h"
-#include "SBufExceptions.h"
+#include "sbuf/OutOfBoundsException.h"
+#include "sbuf/SBuf.h"
+#include "sbuf/DetailedStats.h"
+#include "sbuf/Exceptions.h"
 #include "util.h"
 
 #include <cstring>