It only needs typical stdio.h and stdlib.h functions.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
#ifndef RADEON_COMPILER_H
#define RADEON_COMPILER_H
-#include "main/compiler.h"
-
#include "memory_pool.h"
#include "radeon_code.h"
#include "radeon_program.h"
* \file
*/
+#include <stdio.h>
+#include "c99_math.h"
#include "radeon_emulate_loops.h"
-
#include "radeon_compiler.h"
#include "radeon_compiler_util.h"
#include "radeon_dataflow.h"
*
*/
+#include <stdlib.h>
#include "radeon_remove_constants.h"
#include "radeon_dataflow.h"
*
*/
+#include <stdio.h>
#include "radeon_variable.h"
#include "memory_pool.h"
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
* USE OR OTHER DEALINGS IN THE SOFTWARE. */
+#include <stdio.h>
#include "r300_tgsi_to_rc.h"
#include "compiler/radeon_compiler.h"