Переглянути джерело

put everything non-cross-platform in sys.cc

feature/dependency-graph
Martin Dørum 4 роки тому
джерело
коміт
ba98a61d95
2 змінених файлів з 0 додано та 4 видалено
  1. 0
    2
      src/main.cc
  2. 0
    2
      src/toolchain.cc

+ 0
- 2
src/main.cc Переглянути файл

@@ -2,8 +2,6 @@

#include <getopt.h>
#include <stdexcept>
#include <string.h>
#include <errno.h>
#include <fstream>
#include <iostream>
#include <sstream>

+ 0
- 2
src/toolchain.cc Переглянути файл

@@ -3,9 +3,7 @@
#include <stdexcept>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>

#include "sys.h"
#include "globals.h"

Завантаження…
Відмінити
Зберегти