X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffont_data.cc;h=830b2da346a33d6d13fa8e08e779237ee8a031ec;hb=446b8e0a4400ebf32fec4afd764ec3c73498f4bc;hp=83b6562f041a46c5c45d8d671f1a3a27b6fea72d;hpb=bf4446523dd891049cabf1bcd68d20def57bc731;p=dcpomatic.git diff --git a/src/lib/font_data.cc b/src/lib/font_data.cc index 83b6562f0..830b2da34 100644 --- a/src/lib/font_data.cc +++ b/src/lib/font_data.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -22,10 +22,9 @@ #include "font.h" #include "font_data.h" #include "dcpomatic_assert.h" -#include -using boost::shared_ptr; +using std::shared_ptr; dcpomatic::FontData::FontData (shared_ptr font)