From 2f9769d0eda74997ee1f2e50d79bdcbf327b8c98 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Sat, 5 Nov 2016 11:33:47 +0530 Subject: [PATCH] sign: rename byteswap.h to avoid name clash with the standard one on Linux --- common/abstractprotocol.cpp | 2 +- common/{byteswap.h => bswap.h} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename common/{byteswap.h => bswap.h} (96%) diff --git a/common/abstractprotocol.cpp b/common/abstractprotocol.cpp index 78e959b..7939d10 100644 --- a/common/abstractprotocol.cpp +++ b/common/abstractprotocol.cpp @@ -22,7 +22,7 @@ along with this program. If not, see #include "protocollistiterator.h" #include "streambase.h" -#include "byteswap.h" +#include "bswap.h" #include diff --git a/common/byteswap.h b/common/bswap.h similarity index 96% rename from common/byteswap.h rename to common/bswap.h index 87d0548..4bb765c 100644 --- a/common/byteswap.h +++ b/common/bswap.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -#ifndef _BYTE_SWAP_H -#define _BYTE_SWAP_H +#ifndef _B_SWAP_H +#define _B_SWAP_H #include