فهرست منبع

Remove unneeded includes

Sam Jaffe 6 سال پیش
والد
کامیت
59cf9b0d25
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      src/loggers/json_layout.cxx
  2. 0 1
      test/json_layout_test.cxx

+ 0 - 1
src/loggers/json_layout.cxx

@@ -8,7 +8,6 @@
 #include <iterator>
 #include <regex>
 
-#include <json/json.h>
 #include "resource_factory/prototype_factory.hpp"
 
 #include "common.h"

+ 0 - 1
test/json_layout_test.cxx

@@ -7,7 +7,6 @@
 
 #include <gmock/gmock.h>
 
-#include <json/json.h>
 #include "resource_factory/prototype_factory.hpp"
 
 #include "logger/detail/layout.h"