diff options
author | Sven Gothel <[email protected]> | 2010-11-06 06:35:49 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 06:35:49 +0100 |
commit | abe789311fa607bd73277b38024b4908e350fd8c (patch) | |
tree | a56ee03b8312041bd1ea86cf788e36abb18b3f3e /make/stub_includes/common/stdint.h | |
parent | 3e6bddf63876bd3fef26e5b99d7475ea5dae33a9 (diff) |
Move common -> gluegen, emphasizing it's use case (only for gluegen code generation)
Diffstat (limited to 'make/stub_includes/common/stdint.h')
-rw-r--r-- | make/stub_includes/common/stdint.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/make/stub_includes/common/stdint.h b/make/stub_includes/common/stdint.h deleted file mode 100644 index dd03d2d1e..000000000 --- a/make/stub_includes/common/stdint.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __stdint_h -#define __stdint_h - -#include <gluegen_types.h> - -#endif /* __stdint_h */ - |