chore(library/blast): fix style

This commit is contained in:
Leonardo de Moura 2015-12-02 22:47:19 -08:00
parent 028ef47c84
commit d2054bb65c
2 changed files with 2 additions and 1 deletions

View file

@ -130,7 +130,7 @@ public:
void commit();
};
typedef std::function<bool(expr const &)> unfold_macro_pred;
typedef std::function<bool(expr const &)> unfold_macro_pred; // NOLINT
/** \brief Auxiliary object used to temporarily set predicate used to decide
whether macros will be unfolded or not. */
class scope_unfold_macro_pred {

View file

@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#include <string>
#include "library/scoped_ext.h"
#include "library/blast/forward/forward_lemma_set.h"