comparison Framework/Scene2DViewport/MeasureToolsToolbox.cpp @ 736:c0fcb2757b0a

enforce relative includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:38:52 +0200
parents 8b6adfb62a2f
children 92c400a09f1b
comparison
equal deleted inserted replaced
735:c3bbb130abc4 736:c0fcb2757b0a
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include "MeasureToolsToolbox.h" 21 #include "MeasureToolsToolbox.h"
22 22
23 #include <Framework/Scene2D/TextSceneLayer.h> 23 #include "../Scene2D/TextSceneLayer.h"
24 24
25 #include <boost/math/constants/constants.hpp> 25 #include <boost/math/constants/constants.hpp>
26 26
27 namespace 27 namespace
28 { 28 {