mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-26 23:00:45 +02:00
[boilerplate] Cleanup includes in cairo-boilerplate-beos.cpp
This commit is contained in:
parent
56e916d40c
commit
5331445c12
1 changed files with 10 additions and 10 deletions
|
|
@ -38,14 +38,6 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
// Part of this code was originally part of
|
||||
// xpfe/bootstrap/nsNativeAppSupportBeOS.cpp in the Mozilla source code.
|
||||
|
||||
#include <Application.h>
|
||||
#include <Window.h>
|
||||
#include <View.h>
|
||||
#include <Bitmap.h>
|
||||
|
||||
// BeOS's C++ compiler does not support varargs in macros
|
||||
// So, define CAIRO_BOILERPLATE_LOG here
|
||||
#define CAIRO_BOILERPLATE_LOG cairo_beos_boilerplate_log
|
||||
|
|
@ -53,9 +45,17 @@
|
|||
extern "C" {
|
||||
#include "cairo-boilerplate.h"
|
||||
}
|
||||
|
||||
#include "cairo-boilerplate-beos-private.h"
|
||||
#include "cairo-beos.h"
|
||||
|
||||
#include <cairo-beos.h>
|
||||
|
||||
// Part of this code was originally part of
|
||||
// xpfe/bootstrap/nsNativeAppSupportBeOS.cpp in the Mozilla source code.
|
||||
|
||||
#include <Application.h>
|
||||
#include <Window.h>
|
||||
#include <View.h>
|
||||
#include <Bitmap.h>
|
||||
|
||||
static int cairo_beos_boilerplate_log(const char* format, ...) {
|
||||
va_list args;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue