From: Aina Niemetz Date: Wed, 7 Apr 2021 23:12:23 +0000 (-0700) Subject: Remove old API header. (#6309) X-Git-Tag: cvc5-1.0.0~1945 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3605a32a3968c141d50e95477584185616bdbbd;p=cvc5.git Remove old API header. (#6309) --- 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 */