Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate byteswap.h #55

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Descent3/audiotaunts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "audiotaunts.h"
#include "CFILE.H"
#include "audio_encode.h"
#include "BYTESWAP.H"
#include "byteswap.h"
#include "mem.h"
#include "ddio.h"
#include "manage.h"
Expand Down
2 changes: 1 addition & 1 deletion bitmap/iff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#include "mem.h"
#include "iff.h"
#include "BYTESWAP.H"
#include "byteswap.h"
#include "CFILE.H"
#include "pserror.h"
#include "pstypes.h"
Expand Down
2 changes: 1 addition & 1 deletion bitmap/tga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
#include "mono.h"
#include "grdefs.h"
#include "texture.h"
#include "BYTESWAP.H"
#include "byteswap.h"
#include <string.h>
#include "mem.h"

Expand Down
2 changes: 1 addition & 1 deletion cfile/CFILE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Linux Build Includes
#include "linux/linux_fix.h"
#endif
#include "BYTESWAP.H"
#include "byteswap.h"
#include "pserror.h"
#include "ddio.h"
#include "psglob.h"
Expand Down
2 changes: 1 addition & 1 deletion dd_sndlib/ddsoundload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#include "mem.h"
#include "pserror.h"
#include <string.h>
#include "BYTESWAP.H"
#include "byteswap.h"

sound_info Sounds[MAX_SOUNDS];
sound_file_info SoundFiles[MAX_SOUND_FILES];
Expand Down
File renamed without changes.
69 changes: 0 additions & 69 deletions lib/linux/byteswap.h

This file was deleted.

2 changes: 1 addition & 1 deletion libacm/libacm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#endif
#include <cstring>
#include "pserror.h"
#include "BYTESWAP.H"
#include "byteswap.h"
using namespace AudioDecoder;

namespace {
Expand Down
2 changes: 1 addition & 1 deletion libmve/mvelibi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#error No platform defined
#endif

#include "BYTESWAP.H"
#include "byteswap.h"
//--------------------------------
// Compressed Video Constants
//--------------------------------
Expand Down
4 changes: 2 additions & 2 deletions md5/md5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
There is now warranty.

Feb. 12. 2005
Benjamin Grüdelbach
Benjamin Grüdelbach
*/

/*
Expand Down Expand Up @@ -33,7 +33,7 @@

// md5 class include
#include "md5.h"
#include <BYTESWAP.H>
#include <byteswap.h>
#include <string.h>

#include "stdio.h"
Expand Down
2 changes: 1 addition & 1 deletion model/newstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#include "grdefs.h"
#include "polymodel.h"
#include "gametexture.h"
#include "BYTESWAP.H"
#include "byteswap.h"
#include "renderer.h"
#include "lighting.h"
#include "game.h"
Expand Down
Loading