Skip to content

Commit

Permalink
Remove unneeded include of <dlfcn.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto authored and OmniBlade committed Mar 18, 2024
1 parent e57652a commit ffd4077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/paths_posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <cstdlib>
#include <cstring>
#include <errno.h>
#include <dlfcn.h>
#include <pwd.h>
#include <stdexcept>
#include <sys/stat.h>
Expand Down

1 comment on commit ffd4077

@th-otto
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There have been two fixes for endian issues, TheAssemblyArmada#985 & TheAssemblyArmada#970

I think they both affect also MorphOS, maybe you want to merge them. TheAssemblyArmada#985 was needed for Red Alert only.

Please sign in to comment.