uses cmath and cstring instead of string.h and math.h (thanks Stefano!)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18948 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-09-27 08:38:56 +00:00
parent 1ba8377d45
commit 6867aa9263

View File

@ -5,8 +5,8 @@
#include "ConstraintSolverLayouter.h"
#include <math.h>
#include <string>
#include <cmath>
#include <cstring>
#include <LayoutUtils.h>
#include <Size.h>