[Pdbg] [PATCH 3/7] libpdbg: Avoid unnecessary includes

Amitay Isaacs amitay at ozlabs.org
Thu Sep 12 11:37:18 AEST 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/operations.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libpdbg/operations.h b/libpdbg/operations.h
index 72f008c..411e865 100644
--- a/libpdbg/operations.h
+++ b/libpdbg/operations.h
@@ -16,8 +16,6 @@
 #ifndef __OPERATIONS_H
 #define __OPERATIONS_H
 
-#include "bitutils.h"
-#include "target.h"
 #include "debug.h"
 
 #define PRINT_ERR PR_DEBUG("failed\n");
-- 
2.21.0



More information about the Pdbg mailing list