mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
[SplitP.hpp] rename to .hpp
This commit is contained in:
parent
1e1d21b716
commit
9e4b03f71b
@ -6,7 +6,7 @@ add_subdirectory(mocks)
|
||||
|
||||
set(engine_noinst_HEADERS
|
||||
AccountP.hpp
|
||||
SplitP.h
|
||||
SplitP.hpp
|
||||
SX-book.h
|
||||
SX-ttinfo.h
|
||||
TransactionP.hpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
/********************************************************************\
|
||||
* SplitP.h -- private header for splits *
|
||||
* SplitP.hpp -- private header for splits *
|
||||
* Copyright (C) 1997 Robin D. Clark *
|
||||
* Copyright (C) 1997-2000 Linas Vepstas <linas@linas.org> *
|
||||
* Copyright (C) 2000 Bill Gribble *
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
/*
|
||||
* FILE:
|
||||
* SplitP.h
|
||||
* SplitP.hpp
|
||||
*
|
||||
* FUNCTION:
|
||||
* The is the *private* split header file. Code outside of
|
||||
@ -52,10 +52,6 @@
|
||||
#include "qof.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** STRUCTS *********************************************************/
|
||||
/* A "split" is more commonly referred to as an "entry" in a "transaction".
|
||||
*/
|
||||
@ -236,10 +232,6 @@ typedef struct
|
||||
|
||||
SplitTestFunctions* _utest_split_fill_functions (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*@}*/
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "Scrub.h"
|
||||
#include "Scrub3.h"
|
||||
#include "TransactionP.hpp"
|
||||
#include "SplitP.h"
|
||||
#include "SplitP.hpp"
|
||||
#include "TransLog.h"
|
||||
#include "cap-gains.h"
|
||||
#include "gnc-commodity.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-engine.h" /* for typedefs */
|
||||
#include "SplitP.h"
|
||||
#include "SplitP.hpp"
|
||||
#include "qof.h"
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
#include <Split.h>
|
||||
#include <SplitP.h>
|
||||
#include <SplitP.hpp>
|
||||
|
||||
#include "gmock-qofbook.h"
|
||||
#include "gmock-gobject.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <unittest-support.h>
|
||||
/* Add specific headers for this class */
|
||||
#include <Split.h>
|
||||
#include <SplitP.h>
|
||||
#include <SplitP.hpp>
|
||||
#include <Account.h>
|
||||
#include <Transaction.h>
|
||||
#include <TransactionP.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user