Skip to content

Commit

Permalink
Clean up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Oct 28, 2024
1 parent 2aa9143 commit 0fa1165
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <memory>
#include <stdlib.h>
#include <string.h>
#include <tuple>
#include <functional>

#include "shared/src/native-src/dd_memory_resource.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
#include "Log.h"
#include "OpSysTools.h"

#include <string.h>

#include <linux/futex.h> /* Definition of FUTEX_* constants */
#include <sys/syscall.h> /* Definition of SYS_* constants */
#include <unistd.h>

using namespace std::chrono_literals;
Expand Down

0 comments on commit 0fa1165

Please sign in to comment.