Renamed driver/target to .../targetmachine to avoid confusion with the frontend file.

This commit is contained in:
David Nadlinger 2013-10-05 22:38:15 +02:00
parent c5643219d4
commit 68c272d6d9
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@
#include "driver/configfile.h"
#include "driver/ldc-version.h"
#include "driver/linker.h"
#include "driver/target.h"
#include "driver/targetmachine.h"
#include "driver/toobj.h"
#include "gen/cl_helpers.h"
#include "gen/irstate.h"