Просмотр исходного кода

put everything non-cross-platform in sys.cc

feature/dependency-graph
Martin Dørum 4 лет назад
Родитель
Сommit
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"

Загрузка…
Отмена
Сохранить