graphics: include graphics-sw.h from graphics.h

This reverts commit 94f641c33 in effect.  The way for framework to
avoid including graphics-sw.h is

 - include graphics-base.h directly
 - do not include HAL headers

Bug: 70526789
Test: builds
Change-Id: I3cd0fbdce2605a59c24f83c680bede95693abfcf
This commit is contained in:
Chia-I Wu 2018-03-13 10:11:34 -07:00
parent ecbb3324e0
commit 9bae89be3a

View file

@ -25,6 +25,7 @@
* generated.
*/
#include "graphics-base.h"
#include "graphics-sw.h"
#ifdef __cplusplus
extern "C" {