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:
parent
1ba8377d45
commit
6867aa9263
@ -5,8 +5,8 @@
|
||||
|
||||
#include "ConstraintSolverLayouter.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
#include <LayoutUtils.h>
|
||||
#include <Size.h>
|
||||
|
Loading…
Reference in New Issue
Block a user