Header file cleanup in attn

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I0a6d608860c3c24b3aa0bc2b69b89d651a3eb9b5
diff --git a/attn/attn_dbus.cpp b/attn/attn_dbus.cpp
index 5b6016f..c40d146 100644
--- a/attn/attn_dbus.cpp
+++ b/attn/attn_dbus.cpp
@@ -1,6 +1,6 @@
-#include <attn_common.hpp>
-#include <attn_dbus.hpp>
-#include <attn_logging.hpp>
+#include <attn/attn_common.hpp>
+#include <attn/attn_dbus.hpp>
+#include <attn/attn_logging.hpp>
 #include <util/trace.hpp>
 
 #include <string>
diff --git a/attn/ti_handler.hpp b/attn/ti_handler.hpp
index 83cc0eb..9f70070 100644
--- a/attn/ti_handler.hpp
+++ b/attn/ti_handler.hpp
@@ -2,6 +2,9 @@
 
 #include <stdint.h>
 
+#include <map>
+#include <string>
+
 /**
  * @brief TI special attention handler
  *