2009-08-27 18:20:56 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2009, Haiku Inc. All Rights Reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _TRANSLATION_ERRORS_H
|
2002-07-09 16:24:59 +04:00
|
|
|
#define _TRANSLATION_ERRORS_H
|
|
|
|
|
|
|
|
|
2009-08-27 18:20:56 +04:00
|
|
|
#include <Errors.h>
|
2002-07-09 16:24:59 +04:00
|
|
|
|
|
|
|
|
2009-08-27 18:20:56 +04:00
|
|
|
#endif // _TRANSLATION_ERRORS_H
|