Merge pull request #28 from kbansal/sets
[cvc5.git] / src / theory / arith / theory_arith_private_forward.h
1 /********************* */
2 /*! \file theory_arith_private_forward.h
3 ** \verbatim
4 ** Original author: Tim King
5 ** Major contributors: none
6 ** Minor contributors (to current version): none
7 ** This file is part of the CVC4 project.
8 ** Copyright (c) 2009-2013 New York University and The University of Iowa
9 ** See the file COPYING in the top-level source directory for licensing
10 ** information.\endverbatim
11 **
12 ** \brief [[ Add one-line brief description here ]]
13 **
14 ** [[ Add lengthier description here ]]
15 ** \todo document this file
16 **/
17
18
19 #include "cvc4_private.h"
20
21 #pragma once
22
23 namespace CVC4 {
24 namespace theory {
25 namespace arith {
26
27 class TheoryArithPrivate;
28
29 }/* CVC4::theory::arith namespace */
30 }/* CVC4::theory namespace */
31 }/* CVC4 namespace */