Skip to content

Commit

Permalink
remove MARIANI #ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Dec 13, 2023
1 parent 912e883 commit 7a2ca4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions source/frontends/sdl/utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#ifndef MARIANI
#include <SDL.h>
#include <memory>
#include <iosfwd>
Expand All @@ -25,4 +24,3 @@ namespace sa2
std::string decorateSDLError(const std::string & prefix);

}
#endif // MARIANI
2 changes: 0 additions & 2 deletions source/linux/network/slirp2.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

#include "Tfe/NetworkBackend.h"

#ifndef MARIANI
#include "linux/config.h"
#endif

#ifdef SLIRP_FOUND
// disable to use libpcap in all cases
Expand Down

0 comments on commit 7a2ca4a

Please sign in to comment.