d7571ebcf7
* Cleaned up our own headers. * Moved translator errors into Errors.h. * Removed extra TranslationKit.h. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32755 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
225 B
C
13 lines
225 B
C
/*
|
|
* Copyright 2009, Haiku Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _TRANSLATION_ERRORS_H
|
|
#define _TRANSLATION_ERRORS_H
|
|
|
|
|
|
#include <Errors.h>
|
|
|
|
|
|
#endif // _TRANSLATION_ERRORS_H
|