diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 22:25:36 -0700 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 22:25:36 -0700 |
commit | 8762edd0fa1b9131a7e090f9759aba37d6ec64cf (patch) | |
tree | cae8a67a0c48e7f13499cfcf6c8f907f1d9a6dca /ftnoir_tracker_pt/boost-compat.h | |
parent | 30ffe1f0a349ce23e27c01e9ee898f604d07cec6 (diff) |
unbreak build following rename
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; -} |