Skip to content

Commit

Permalink
[SplitP.hpp] rename to .hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed May 4, 2024
1 parent 3eb90f7 commit 8a4ca71
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libgnucash/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libgnucash/engine/SplitP.h → libgnucash/engine/SplitP.hpp
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> *
* Copyright (C) 2000 Bill Gribble *
Expand All @@ -25,7 +25,7 @@

/*
* FILE:
* SplitP.h
* SplitP.hpp
*
* FUNCTION:
* The is the *private* split header file. Code outside of
Expand Down
2 changes: 1 addition & 1 deletion libgnucash/engine/Transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libgnucash/engine/TransactionP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <glib.h>

#include "gnc-engine.h" /* for typedefs */
#include "SplitP.h"
#include "SplitP.hpp"
#include "qof.h"


Expand Down
2 changes: 1 addition & 1 deletion libgnucash/engine/mocks/gmock-Split.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libgnucash/engine/test/utest-Split.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8a4ca71

Please sign in to comment.