From a3605a32a3968c141d50e95477584185616bdbbd Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 7 Apr 2021 16:12:23 -0700 Subject: Remove old API header. (#6309) --- src/include/cvc4.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/include/cvc4.h (limited to 'src/include') diff --git a/src/include/cvc4.h b/src/include/cvc4.h deleted file mode 100644 index f35b1c5e6..000000000 --- a/src/include/cvc4.h +++ /dev/null @@ -1,32 +0,0 @@ -/********************* */ -/*! \file cvc4.h - ** \verbatim - ** Top contributors (to current version): - ** Mathias Preiner - ** This file is part of the CVC4 project. - ** Copyright (c) 2009-2021 by the authors listed in the file AUTHORS - ** in the top-level source directory and their institutional affiliations. - ** All rights reserved. See the file COPYING in the top-level source - ** directory for licensing information.\endverbatim - ** - ** \brief Main header file for CVC4 library functionality - ** - ** Main header file for CVC4 library functionality. Includes the - ** most-commonly used CVC4 public-facing class interfaces. - **/ - -#ifndef CVC4__CVC4_H -#define CVC4__CVC4_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif /* CVC4__CVC4_H */ -- cgit v1.2.3