From c72f09adfa6f776ff5cabd0b8e4b4e0a2e752703 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 30 Oct 2009 15:59:29 +0100 Subject: Splitting up stuff.cc. New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc. --- crawl-ref/source/species.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/species.cc') diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc index f68dfa83f0..4481ae4669 100644 --- a/crawl-ref/source/species.cc +++ b/crawl-ref/source/species.cc @@ -2,7 +2,7 @@ #include "species.h" -#include "stuff.h" +#include "random.h" // March 2008: change order of species and jobs on character selection // screen as suggested by Markus Maier. Summarizing comments below are -- cgit v1.2.3-54-g00ecf