Skip to content

Commit

Permalink
Remove config.h from headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Dec 1, 2024
1 parent 62b5dac commit 64bbd83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/torrent/utils/signal_bitfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#ifndef LIBTORRENT_UTILS_SIGNAL_BITFIELD_H
#define LIBTORRENT_UTILS_SIGNAL_BITFIELD_H

#include "config.h"

#include <functional>
#include <atomic>

Expand Down
2 changes: 0 additions & 2 deletions src/torrent/utils/thread_interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#ifndef LIBTORRENT_UTILS_THREAD_INTERRUPT_H
#define LIBTORRENT_UTILS_THREAD_INTERRUPT_H

#include "config.h"

#include <utility>
#include <atomic>
#include <torrent/event.h>
Expand Down
2 changes: 0 additions & 2 deletions src/utils/instrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#ifndef LIBTORRENT_UTILS_INSTRUMENTATION_H
#define LIBTORRENT_UTILS_INSTRUMENTATION_H

#include "config.h"

#include <algorithm>
#include <array>
#include <atomic>
Expand Down

0 comments on commit 64bbd83

Please sign in to comment.