mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
29fce2c21c
commit
5a313a82c2
@ -71,7 +71,7 @@ qofinclude_HEADERS = \
|
|||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
md5.h \
|
md5.h \
|
||||||
qofclass-p.h \
|
qofclass-p.h \
|
||||||
qofmath128.h \
|
qofmath128-p.h \
|
||||||
qofquery-p.h \
|
qofquery-p.h \
|
||||||
qofbook-p.h \
|
qofbook-p.h \
|
||||||
qofevent-p.h \
|
qofevent-p.h \
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gnc-numeric.h"
|
#include "gnc-numeric.h"
|
||||||
#include "qofmath128.c"
|
#include "qofmath128.c" /* FIXME: Why is this C file included here?!? */
|
||||||
|
|
||||||
/* static short module = MOD_ENGINE; */
|
/* static short module = MOD_ENGINE; */
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "qofmath128.h"
|
#include "qofmath128-p.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user