Codechange: Remove duplicated includes. (#10888)
These are now included by stdafx.h so don't need to be included again.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
/** @file tgp.cpp OTTD Perlin Noise Landscape Generator, aka TerraGenesis Perlin */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <math.h>
|
||||
#include "clear_map.h"
|
||||
#include "void_map.h"
|
||||
#include "genworld.h"
|
||||
|
Reference in New Issue
Block a user