From 5c5156f3db84e504e126297f32d0e0b58f6a6840 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Fri, 16 Sep 2016 13:31:03 -0400 Subject: [PATCH] remove multiprecision from fixed_string --- include/fc/fixed_string.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fc/fixed_string.hpp b/include/fc/fixed_string.hpp index ddb8ee9..766a2be 100644 --- a/include/fc/fixed_string.hpp +++ b/include/fc/fixed_string.hpp @@ -1,10 +1,8 @@ #pragma once #include -#include namespace fc { - typedef boost::multiprecision::uint128_t m128; /**