chore(compiler/util,library/aux_recursors): fix style

This commit is contained in:
Leonardo de Moura 2015-09-11 23:27:43 -07:00
parent e9809a453d
commit d3e6880df0
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 <algorithm>
#include "kernel/find_fn.h"
#include "kernel/inductive/inductive.h"
#include "library/util.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 "library/aux_recursors.h"
#include "library/scoped_ext.h"
#include "library/module.h"