Remove unneeded #include <new>: breaks -x c.

This commit is contained in:
Axel Naumann 2022-02-16 12:42:51 +01:00 committed by jenkins
parent 521bf307eb
commit 881b2e2629

View File

@ -10,8 +10,6 @@
#ifndef CLING_VISIBILITY_H
#define CLING_VISIBILITY_H
#include <new>
// Adapted from llvm/Support/Compiler.h
#ifndef __has_attribute
# define __has_attribute(x) 0