Skip to content

Commit

Permalink
unittest.cpp: remove unused #include <sys/param.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jun 22, 2024
1 parent a05cfed commit 0a047c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
#include <gtest/gtest.h>
#endif

// Necessary for proper detection of *BSD
#if !defined(_MSC_VER)
#include <sys/param.h>
#endif

#include "kaitai/kaitaistream.h"
#include "kaitai/exceptions.h"
#include <sstream>
Expand Down

0 comments on commit 0a047c2

Please sign in to comment.