BUILD: global: must not include common/standard.h but only types/freq_ctr.h

This one was accidently inherited and used to work but causes a circular
dependency.
diff --git a/include/types/global.h b/include/types/global.h
index ad15783..aaff2a4 100644
--- a/include/types/global.h
+++ b/include/types/global.h
@@ -27,8 +27,8 @@
 #include <common/config.h>
 #include <common/initcall.h>
 #include <common/hathreads.h>
-#include <common/standard.h>
 
+#include <types/freq_ctr.h>
 #include <types/listener.h>
 #include <types/proxy.h>
 #include <types/task.h>