common/fp: Remove unnecessary includes

This commit is contained in:
Lioncash 2019-03-04 08:20:00 -05:00 committed by MerryMage
parent 20fabc5083
commit f33e5939b7
6 changed files with 0 additions and 11 deletions

View file

@ -4,7 +4,6 @@
* General Public License version 2 or any later version.
*/
#include "common/assert.h"
#include "common/fp/mantissa_util.h"
#include "common/fp/unpacked.h"
#include "common/u128.h"