Revert changing headers and inline functions

This commit is contained in:
Yuka Takahashi 2018-03-27 14:04:03 +02:00 committed by sftnight
parent 638e5969d8
commit 09c4952325
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
#include "cling/Interpreter/InvocationOptions.h"
#include "llvm/ADT/StringRef.h"
#include <cstdlib>
#include <memory>
#include <string>

View File

@ -10,7 +10,7 @@
#ifndef CLING_VALUE_H
#define CLING_VALUE_H
#include <cstddef>
#include <stddef.h>
#include <stdint.h>
#include <type_traits>