Rename qofmath128.h header to qofmath128-p.h because those functions are only private to libqof.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20511 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-04-02 19:58:45 +00:00
parent 29fce2c21c
commit 5a313a82c2
4 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ qofinclude_HEADERS = \
noinst_HEADERS = \
md5.h \
qofclass-p.h \
qofmath128.h \
qofmath128-p.h \
qofquery-p.h \
qofbook-p.h \
qofevent-p.h \

View File

@ -34,7 +34,7 @@
#include <string.h>
#include "gnc-numeric.h"
#include "qofmath128.c"
#include "qofmath128.c" /* FIXME: Why is this C file included here?!? */
/* static short module = MOD_ENGINE; */

View File

@ -22,7 +22,7 @@
*******************************************************************/
#include "config.h"
#include "qofmath128.h"
#include "qofmath128-p.h"
#include <glib.h>