X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2FTools%2Fsrc%2Finclude%2Fcommon.h;fp=UDI%2FTools%2Fsrc%2Finclude%2Fcommon.h;h=0000000000000000000000000000000000000000;hb=8fe56f1234442dfa971e069bb8c139918430d511;hp=0cb419b66b7f364824fe93baa36fd55e6d63f923;hpb=57af28697cdc577d1d0e1cb9a0b793535fa9019d;p=tpg%2Facess2.git diff --git a/UDI/Tools/src/include/common.h b/UDI/Tools/src/include/common.h deleted file mode 100644 index 0cb419b6..00000000 --- a/UDI/Tools/src/include/common.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * udibuild - UDI Compilation Utility - * - By John Hodge (thePowersGang) - * - * common.h - * - Common helpers - */ -#ifndef _COMMON_H_ -#define _COMMON_H_ - -#include - -#ifndef __GNUC__ -# define __attribute__(...) -#endif - -extern char *mkstr(const char *fmt, ...) __attribute__((format(printf,1,2))); - -#endif -