17 lines
457 B
C
17 lines
457 B
C
/*
|
|
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Author: Leonardo de Moura
|
|
*/
|
|
#ifndef _LEAN_H
|
|
#define _LEAN_H
|
|
|
|
#include "lean_macros.h" // NOLINT
|
|
#include "lean_bool.h" // NOLINT
|
|
#include "lean_string.h" // NOLINT
|
|
#include "lean_exception.h" // NOLINT
|
|
#include "lean_name.h" // NOLINT
|
|
#include "lean_options.h" // NOLINT
|
|
|
|
#endif
|