ignore-value: remove dependency on stdint
authorPádraig Brady <P@draigBrady.com>
Fri, 21 Jan 2011 08:17:07 +0000 (08:17 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 21 Jan 2011 11:36:52 +0000 (11:36 +0000)
Since commit 939dedd9, 06-01-2011,
"ignore-value: support aggregate types"
we no longer need stdint (intptr_t).

* lib/ignore-value.h: Remove uneeded <stdint.h>.
* modules/ignore-value: Remove stdint dependency.

ChangeLog
lib/ignore-value.h
modules/ignore-value

index 7c33d1b08e514ef3ed303f79ddbf28b336453f4c..979502d05609871b7faa2a3c0b9e80da9786a49b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-21  Pádraig Brady <P@draigBrady.com>
+
+       ignore-value: remove stdint dependency
+       * lib/ignore-value.h: Remove <stdint.h>
+       * modules/ignore-value: Remove stdint dependency.
+
 2011-01-21  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: adjust variable name to be consistent with other gl_ vars
index 7fd4772f012b1ee1e7877bfc38f68354595571a6..5e683bbb533e1f2c602b0f6849ffe83bc5673ff4 100644 (file)
@@ -35,8 +35,6 @@
 #ifndef _GL_IGNORE_VALUE_H
 # define _GL_IGNORE_VALUE_H
 
-# include <stdint.h>
-
 # ifndef ATTRIBUTE_DEPRECATED
 /* The __attribute__((__deprecated__)) feature
    is available in gcc versions 3.1 and newer.  */
index aeda1941ea9d35739e74ec123ad31c117c1419fb..8d488634939310f79c3ebfbbeb01133d04a2b7c5 100644 (file)
@@ -5,7 +5,6 @@ Files:
 lib/ignore-value.h
 
 Depends-on:
-stdint
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])