mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
First steps towards reworking the build system... again.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "proto.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/proto.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "proto.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "proto.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "proto.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "utils.h"
|
||||
#include "proto.h"
|
||||
#include "image.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/utils.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/layout.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include "lib/logger.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef IMAGEREADER_H
|
||||
#define IMAGEREADER_H
|
||||
|
||||
#include "image.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/config.pb.h"
|
||||
|
||||
class ImageSpec;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "proto.h"
|
||||
#include "logger.h"
|
||||
#include "layout.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/layout.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include "lib/layout.pb.h"
|
||||
#include "lib/proto.h"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "proto.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/* Image reader for Northstar floppy disk images */
|
||||
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/imagereader/imagereader.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "sector.h"
|
||||
#include "imagereader/imagereader.h"
|
||||
#include "image.h"
|
||||
#include "crc.h"
|
||||
#include "logger.h"
|
||||
#include "lib/globals.h"
|
||||
#include "lib/flags.h"
|
||||
#include "lib/sector.h"
|
||||
#include "lib/imagereader/imagereader.h"
|
||||
#include "lib/image.h"
|
||||
#include "lib/crc.h"
|
||||
#include "lib/logger.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user