Some cleanups from dfp-branch:

* decUtility.c: Remove redundant #includes.
	* decUtility.h (__dec_byte_swap): Remove prototype.

From-SVN: r107658
This commit is contained in:
Ben Elliston 2005-11-29 07:41:30 +00:00 committed by Ben Elliston
parent 9852c209be
commit fbdb1ec65a
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2005-11-29 Ben Elliston <bje@au.ibm.com>
* decUtility.c: Remove redundant #includes.
* decUtility.h (__dec_byte_swap): Remove prototype.
2005-11-29 Ben Elliston <bje@au.ibm.com>
* configure.ac: New file.

View File

@ -23,10 +23,6 @@
#include "decNumberLocal.h" /* decNumber local types, etc. */
#include "decUtility.h" /* utility routines */
#include "tconfig.h"
#include "coretypes.h"
#include "tm.h"
/* ================================================================== */
/* Shared utility routines */
/* ================================================================== */

View File

@ -26,4 +26,3 @@
extern void decDensePackCoeff (decNumber *, uByte *, Int, Int);
extern void decDenseUnpackCoeff (uByte *, Int, decNumber *, Int, Int);
extern unsigned long __dec_byte_swap (unsigned long in);