Revert "Fix build error" 70/256270/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 31 Mar 2021 23:55:09 +0000 (23:55 +0000)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 1 Apr 2021 09:57:48 +0000 (09:57 +0000)
This reverts commit 437d159c204e5cae9b5ea6c8a7d294dc73b421af.

Change-Id: I72df3308c18fef162740c783f80c897e31c7a7fc

tests/system/utils/CMakeLists.txt
tests/system/utils/libbugreport-servicetest.c

index a469946..f8b7d6a 100644 (file)
@@ -14,7 +14,6 @@ INCLUDE(FindPkgConfig)
 pkg_check_modules(helper_pkgs REQUIRED
                   gio-2.0
                   bugreport
-                  diagnostics
                   dlog)
 
 TARGET_LINK_LIBRARIES(libbugreport-servicetest bugreport ${helper_pkgs_LDFLAGS})
index 9d928db..12a9e5c 100644 (file)
@@ -1,5 +1,4 @@
 #include <libbugreport.h>
-#include <diagnostics.h>
 
 #include <linux/limits.h>
 #include <stdio.h>