We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1086e commit f9b3e07Copy full SHA for f9b3e07
program/src/oracle/model/price_model.c
@@ -1,4 +1,4 @@
1
-#include "model.h"
+#include "price_model.h"
2
#include "../util/avg.h" /* For avg_2_int64 */
3
4
#define SORT_NAME int64_sort_ascending
program/src/oracle/model/test_price_model.c
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include "../util/util.h"
5
6
7
int
8
qcmp( void const * _p,
program/src/oracle/upd_aggregate.h
@@ -1,7 +1,7 @@
#pragma once
#include "oracle.h"
-#include "model/model.h"
+#include "model/price_model.h"
#include "model/price_model.c" /* FIXME: HACK TO DEAL WITH DOCKER LINKAGE ISSUES */
#include "pd.h"
0 commit comments