Skip to content

Commit

Permalink
[Ref] openmpt123: Small cleanup.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21569 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 1, 2024
1 parent c91e593 commit 6c47b0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions openmpt123/openmpt123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ static const char * const license =

#include "openmpt123_config.hpp"

#if defined(__MINGW32__) && !defined(__MINGW64__)
#include "mpt/base/detect_compiler.hpp"
#include "mpt/base/detect_os.hpp"
#include "mpt/base/detect_quirks.hpp"

#if defined(MPT_LIBC_QUIRK_REQUIRES_SYS_TYPES_H)
#include <sys/types.h>
#endif

Expand Down Expand Up @@ -90,7 +94,7 @@ static const char * const license =
#include <fcntl.h>
#include <io.h>
#include <stdio.h>
#if defined(__MINGW32__) && !defined(__MINGW64__)
#if MPT_LIBC_MINGW
#include <string.h>
#endif
#include <sys/stat.h>
Expand Down

0 comments on commit 6c47b0e

Please sign in to comment.