Bug 667286 - Include cairo.h as "cairo.h" instead of "cairo/cairo.h"; r=bas

This commit is contained in:
Takanori MATSUURA 2011-06-26 23:10:35 +09:00
parent e9be05a47b
commit bd263d1c2f
4 changed files with 4 additions and 6 deletions

View File

@ -37,8 +37,6 @@
#include "DrawTargetCairo.h"
#include "SourceSurfaceCairo.h"
#include "cairo/cairo.h"
namespace mozilla {
namespace gfx {

View File

@ -38,7 +38,7 @@
#define _MOZILLA_GFX_DRAWTARGET_CAIRO_H_
#include "2D.h"
#include "cairo/cairo.h"
#include "cairo.h"
namespace mozilla {
namespace gfx {

View File

@ -95,6 +95,6 @@ endif
#EXTRA_DSO_LDOPTS += -framework OpenGL -framework AGL -framework QuickTime -framework AppKit -framework QuartzCore
#endif
include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_CAIRO_CFLAGS)

View File

@ -37,7 +37,7 @@
#include "SourceSurfaceCairo.h"
#include "cairo/cairo.h"
#include "cairo.h"
namespace mozilla {
namespace gfx {