view include/mb.h @ 653:34710e86b4a2

Remove cairo-directfb.h but it will be needed at graphic layer initialization of SMP8654.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sat, 31 Jul 2010 16:36:53 +0800
parents 00f6b36ec5d2
children 21f944e79b19
line wrap: on
line source

#ifndef __MB_H_
#define __MB_H_

#include "mb_config.h"

#include "mb_types.h"
#include "mb_redraw_man.h"
#ifdef X_SUPP
#include "mb_X_supp.h"
#endif
#include "mb_animate.h"
#include "mb_shapes.h"

#endif /* __MB_H_ */