xref: /haiku/headers/os/translation/TranslationErrors.h (revision 02f7c69828adf442d1e0d0812af0fce2c481b943)
1d7571ebcSAxel Dörfler /*
2d7571ebcSAxel Dörfler  * Copyright 2009, Haiku Inc. All Rights Reserved.
3d7571ebcSAxel Dörfler  * Distributed under the terms of the MIT License.
4d7571ebcSAxel Dörfler  */
5d7571ebcSAxel Dörfler #ifndef _TRANSLATION_ERRORS_H
652a38012Sejakowatz #define _TRANSLATION_ERRORS_H
752a38012Sejakowatz 
8d7571ebcSAxel Dörfler 
9*02f7c698SJérôme Duval // deprecated: use Errors.h instead
1052a38012Sejakowatz #include <Errors.h>
1152a38012Sejakowatz 
1252a38012Sejakowatz 
13d7571ebcSAxel Dörfler #endif	// _TRANSLATION_ERRORS_H
14