]> git.siccegge.de Git - frida/frida.git/commitdiff
Move Function/BasicBlock to core and clean up includes
authorChristoph Egger <Christoph.Egger@fau.de>
Fri, 20 Feb 2015 16:03:45 +0000 (17:03 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Fri, 20 Feb 2015 16:03:45 +0000 (17:03 +0100)
Function and BasicBlock are considered part od the Data Model and part
of the core. Move them there.

Also remove lots of #include from the headers and replace them by
forward declarations. This should make compilation units smaller and
remove the huge number of users for each header -- speeding up
compilation and making users explicitely include stuff they use.


No differences found