mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[auto-clear] Improve #include style
This commit is contained in:
parent
1cf7defee8
commit
9d4c0b05db
@ -27,9 +27,8 @@
|
||||
extern "C" {
|
||||
#include "../gnc-ui-balances.h"
|
||||
}
|
||||
#include "Split.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include <Split.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
static const int64_t DENOM = 100; //< Denomerator is always 100 for simplicity.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user