You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "ywkaras (via GitHub)" <gi...@apache.org> on 2023/06/01 15:31:51 UTC

[GitHub] [trafficserver] ywkaras commented on a diff in pull request #9764: parent_select plugin: look in ats config dir for yaml config if path is relative

ywkaras commented on code in PR #9764:
URL: https://github.com/apache/trafficserver/pull/9764#discussion_r1213338331


##########
plugins/experimental/parent_select/parent_select.cc:
##########
@@ -22,12 +22,13 @@
   limitations under the License.
  */
 
+#include <cstdlib>
+#include <cstring>
+#include <filesystem>
+#include <fstream>
 #include <iostream>
 #include <map>
 #include <memory>
-#include <fstream>
-#include <cstdlib>
-#include <cstring>

Review Comment:
   Dang, hardcore, putting include files in alphabetical order.



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org