Skip to content

Commit

Permalink
trig: don't #include "math_ext.h" as trig.h doens't use it
Browse files Browse the repository at this point in the history
Signed-off-by: Giel van Schijndel <giel@wz2100.net>
  • Loading branch information
Giel van Schijndel committed Oct 9, 2010
1 parent a8fdd2c commit d6c7690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/framework/trig.h
Expand Up @@ -27,7 +27,6 @@
#define _trig_h

#include "frame.h"
#include "math_ext.h"

#ifdef __cplusplus
extern "C"
Expand Down
3 changes: 2 additions & 1 deletion src/difficulty.c
Expand Up @@ -29,8 +29,9 @@
*/

#include "lib/framework/frame.h"

#include "difficulty.h"
#include "lib/framework/math_ext.h"

// ------------------------------------------------------------------------------------

static DIFFICULTY_LEVEL presDifLevel = DL_NORMAL;
Expand Down

0 comments on commit d6c7690

Please sign in to comment.