//
//  ac.h
//  aho-corasick
//
//  Created by chenguanglv on 15/12/19.
//  Copyright © 2015年 ibrain. All rights reserved.
//

#ifndef ac_h
#define ac_h

#include "typedef.hpp"
#include "emit.hpp"
#include "state.hpp"
#include "trie.hpp"

#endif /* ac_h */
