chore(library/tactic): fix style

This commit is contained in:
Leonardo de Moura 2015-07-13 19:43:33 -04:00
parent c2edc330ef
commit 84b439507b
2 changed files with 2 additions and 0 deletions

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 "kernel/replace_fn.h"
#include "library/kernel_serializer.h"
#include "library/tactic/location.h"

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 "kernel/type_checker.h"
#include "library/kernel_serializer.h"
#include "library/tactic/tactic.h"