diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
commit | 0124e669bd43b5d40bff33886dee8a3d464254f7 (patch) | |
tree | 319fba93271ae8ebcd9455d8ab2ea9108c8dba75 /src/binary_location.h | |
parent | 5cd59f10b1ebd5ee628e2cd96af7f1e0d45cbe3f (diff) | |
download | patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.gz patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.bz2 patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.zip |
Clean up includes
Diffstat (limited to 'src/binary_location.h')
-rw-r--r-- | src/binary_location.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/binary_location.h b/src/binary_location.h index f949649..6a996e9 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -20,7 +20,6 @@ #include <dlfcn.h> -#include <cassert> #include <climits> #include <cstdlib> #include <string> |