Skip to content
Snippets Groups Projects
Commit 1485068d authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed header reordering breaking hpvm-cava

parent 592125ef
No related branches found
No related tags found
No related merge requests found
#include "load_cam_model.h"
#include "pipe_stages.h"
#include "utility.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
// clang-format: pipe_stages.h must come after stdlib.h
#include "pipe_stages.h"
#include <string.h>
// Get color space transform
......
......@@ -2,6 +2,7 @@
#define _PIPE_STAGES_H_
#include "defs.h"
#include <stddef.h>
#define CHAN_SIZE 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment