mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-20 11:49:07 +02:00
Remove includes in .cpp files for things the corresponding .h file already included
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include <QDateTime>
|
||||
|
||||
// Earliest date that can be represented (far in the past)
|
||||
const QDateTime TransactionFilterProxy::MIN_DATE = QDateTime::fromTime_t(0);
|
||||
// Last date that can be represented (far in the future)
|
||||
|
||||
Reference in New Issue
Block a user