sign: rename byteswap.h to avoid name clash with the standard one on Linux

This commit is contained in:
Srivats P 2016-11-05 11:33:47 +05:30
parent 46449a02a3
commit 2f9769d0ed
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "protocollistiterator.h"
#include "streambase.h"
#include "byteswap.h"
#include "bswap.h"
#include <qendian.h>

View File

@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef _BYTE_SWAP_H
#define _BYTE_SWAP_H
#ifndef _B_SWAP_H
#define _B_SWAP_H
#include <QtGlobal>