CLEANUP: global: remove one ifdef USE_DEVICEATLAS

The include file already has the ifdef, let's remove it from the global
file.
diff --git a/include/types/global.h b/include/types/global.h
index edc79e1..0764fc0 100644
--- a/include/types/global.h
+++ b/include/types/global.h
@@ -26,15 +26,12 @@
 
 #include <common/config.h>
 #include <common/standard.h>
+#include <import/da.h>
 #include <types/freq_ctr.h>
 #include <types/listener.h>
 #include <types/proxy.h>
 #include <types/task.h>
 
-#ifdef USE_DEVICEATLAS
-#include <dac.h>
-#endif
-
 #ifndef UNIX_MAX_PATH
 #define UNIX_MAX_PATH 108
 #endif