masaori335 commented on code in PR #10635:
URL: https://github.com/apache/trafficserver/pull/10635#discussion_r1364672191


##########
iocore/cache/CacheDir.cc:
##########
@@ -22,9 +22,9 @@
  */
 
 #include "P_Cache.h"
+#include "P_CacheDir.h"
 
 #include "tscore/hugepages.h"
-#include "tscore/Regression.h"
 #include "tscore/Random.h"
 
 // #define LOOP_CHECK_MODE 1

Review Comment:
   Nice catch. I wanted to move `LOOP_CHECK_MODE` in the header file. 



##########
iocore/cache/CacheDir.cc:
##########
@@ -22,9 +22,9 @@
  */
 
 #include "P_Cache.h"
+#include "P_CacheDir.h"
 
 #include "tscore/hugepages.h"
-#include "tscore/Regression.h"
 #include "tscore/Random.h"
 
 // #define LOOP_CHECK_MODE 1

Review Comment:
   Fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to