diff options
Diffstat (limited to 'FTNoIR_Tracker_PT/boost-compat.h')
-rw-r--r-- | FTNoIR_Tracker_PT/boost-compat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FTNoIR_Tracker_PT/boost-compat.h b/FTNoIR_Tracker_PT/boost-compat.h deleted file mode 100644 index 612f2c4d..00000000 --- a/FTNoIR_Tracker_PT/boost-compat.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -#include <memory> -namespace boost { - using std::shared_ptr; -} |