summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-02-24 04:16:05 +0000
committerPeter Johnson <peter@tortall.net>2007-02-24 04:16:05 +0000
commita770e511c1707383f612732459d8399a0ce95f7d (patch)
tree44c6b04416f5863f0e287cb3596570f9e6777254 /util.h
parent2adad19b6a6f8cb333d996d740d0272188fcd811 (diff)
downloadyasm-a770e511c1707383f612732459d8399a0ce95f7d.tar.gz
Move libyasm-stdint.h include out of util.h, as util.h is included from
build platform files. While here, fix a few warnings by pushing uintptr_t to a few more register usages. Noticed by: rugxulo@gmail.com svn path=/trunk/yasm/; revision=1786
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index 2b953197..842f0211 100644
--- a/util.h
+++ b/util.h
@@ -60,8 +60,6 @@
#include <string.h>
#include <assert.h>
-#include <libyasm-stdint.h>
-
#include <libyasm/coretype.h>
#ifdef lint