Case-sensitivity fix for Linux build hosts. Spotted by Tushar S. (GreyGhost)

svn path=/trunk/; revision=33499
This commit is contained in:
KJK::Hyperion 2008-05-13 17:32:19 +00:00
parent 7aa5ab1e76
commit 8efa2c983f
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
#define FRAGINATOR_H
#include "unfrag.h"
#include "Unfrag.h"
#include <commctrl.h>

View file

@ -1,4 +1,4 @@
#include "unfrag.h"
#include "Unfrag.h"
#include "MainDialog.h"
#include "resource.h"
#include "Fraginator.h"

View file

@ -1,5 +1,5 @@
#include "ReportDialog.h"
#include "unfrag.h"
#include "Unfrag.h"
#include "Fraginator.h"
#include "DriveVolume.h"
#include "Defragment.h"