3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-29 14:43:02 +02:00

Remove unnecessary import math.h.

This commit is contained in:
Mark Peng 2013-07-19 00:55:31 -07:00
parent a84c1c9e21
commit fc22240525

View file

@ -55,7 +55,7 @@
#include <PacketHeaders.h>
#include <PairingHandler.h>
#include <PerfStat.h>
#include <math.h>
// #include <math.h>
#include "Application.h"
#include "InterfaceConfig.h"