~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/dictionary.h

  • Committer: Brian Aker
  • Date: 2010-02-16 00:36:58 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1301.
  • Revision ID: brian@gaz-20100216003658-opx88372khu2dmie
Lint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H
22
 
#define PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H
 
21
#ifndef PLUGIN_REGISTRY_DICTIONARY_DICTIONARY_H
 
22
#define PLUGIN_REGISTRY_DICTIONARY_DICTIONARY_H
23
23
 
24
24
#include <set>
25
25
 
28
28
#include "plugin/registry_dictionary/plugins.h"
29
29
#include "plugin/registry_dictionary/modules.h"
30
30
 
31
 
#endif  /* PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H */
 
31
#endif /* PLUGIN_REGISTRY_DICTIONARY_DICTIONARY_H */