aboutsummaryrefslogtreecommitdiff
path: root/src/netmessagemaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netmessagemaker.h')
-rw-r--r--src/netmessagemaker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/netmessagemaker.h b/src/netmessagemaker.h
index 79b2501c5d..975be460b3 100644
--- a/src/netmessagemaker.h
+++ b/src/netmessagemaker.h
@@ -1,13 +1,13 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
-// Copyright (c) 2009-2016 The Bitcoin Core developers
+// Copyright (c) 2009-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_NETMESSAGEMAKER_H
#define BITCOIN_NETMESSAGEMAKER_H
-#include "net.h"
-#include "serialize.h"
+#include <net.h>
+#include <serialize.h>
class CNetMsgMaker
{