refactoring: remove unnecessary includes 23/208523/3
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 25 Jun 2019 11:39:29 +0000 (13:39 +0200)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 26 Jun 2019 10:00:54 +0000 (10:00 +0000)
Change-Id: I07f76694014d24d89964b95d834d10b4b3f8b38b

src/dbuspolicy_serializer.cpp
src/internal/policy.cpp
src/internal/serializer.cpp

index cd172d2..0b9d788 100644 (file)
@@ -7,7 +7,6 @@
 #include <fstream>
 #include <sstream>
 #include "internal/serializer.hpp"
-#include "internal/naive_policy_checker.hpp"
 #include "dbuspolicy1/libdbuspolicy1.h"
 #include "libdbuspolicy1-private.h"
 
index ef6f129..7815a47 100644 (file)
@@ -17,7 +17,6 @@
  * \file
  * \ingroup Implementation
  */
-#include "naive_policy_checker.hpp"
 #include "policy.hpp"
 #include "storage_backend_xml.hpp"
 #include "tslog.hpp"
index 726f0d4..eb185e8 100644 (file)
@@ -15,7 +15,6 @@
 */
 #include "include/fb_generated.h"
 #include "include/flatbuffers/flatbuffers.h"
-#include "naive_policy_checker.hpp"
 #include "serializer.hpp"
 #include "tslog.hpp"
 #include <iostream>