Skip to content

Commit

Permalink
Removed deprecated header for FreeBSD too.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Nov 20, 2023
1 parent b539422 commit 8556bda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SamTFE/Sources/GameMP/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

#include "StdAfx.h"
#include "GameMP/Game.h"
#ifndef PLATFORM_OPENBSD
#ifndef PLATFORM_FREEBSD
#include <sys/timeb.h>
#endif
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion SamTFE/Sources/SeriousSam/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "SeriousSam/StdH.h"
#include <Engine/Build.h>
#ifndef PLATFORM_OPENBSD
#ifndef PLATFORM_FREEBSD
#include <sys/timeb.h>
#endif
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion SamTSE/Sources/GameMP/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

#include "StdAfx.h"
#include "GameMP/Game.h"
#ifndef PLATFORM_OPENBSD
#ifndef PLATFORM_FREEBSD
#include <sys/timeb.h>
#endif
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion SamTSE/Sources/SeriousSam/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "SeriousSam/StdH.h"
#include <Engine/Build.h>
#ifndef PLATFORM_OPENBSD
#ifndef PLATFORM_FREEBSD
#include <sys/timeb.h>
#endif
#include <time.h>
Expand Down

0 comments on commit 8556bda

Please sign in to comment.