[CLEANUP] included common/version.h everywhere
diff --git a/include/common/standard.h b/include/common/standard.h
index bde42e3..0b2ea8d 100644
--- a/include/common/standard.h
+++ b/include/common/standard.h
@@ -23,9 +23,7 @@
 #define _COMMON_STANDARD_H
 
 #include <netinet/in.h>
-#include <common/defaults.h>
-#include <common/compat.h>
-
+#include <common/config.h>
 
 /****** string-specific macros and functions ******/
 /* if a > max, then bound <a> to <max>. The macro returns the new <a> */