Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 21, 2011
1 parent 06f5e3d commit 96a92be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doomsday/engine/portable/src/rend_console.c
Expand Up @@ -26,16 +26,18 @@
* Console rendering.
*/

#include <math.h>

#include "de_base.h"
#include "de_console.h"
#include "de_graphics.h"
#include "de_refresh.h"
#include "de_render.h"
#include "de_ui.h"

#include "math.h"
#include "materialvariant.h"
#include "cbuffer.h"
#include "texturevariant.h"
#include "materialvariant.h"
#include "font.h"

#include "rend_console.h"
Expand Down

0 comments on commit 96a92be

Please sign in to comment.