Skip to content

Commit 0c91fb2

Browse files
committed
resolve confict
1 parent 6402f18 commit 0c91fb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/iceberg/util/conversions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121

2222
#include <vector>
2323

24-
#include <iceberg/type.h>
25-
2624
#include "iceberg/expression/literal.h"
2725
#include "iceberg/iceberg_export.h"
2826
#include "iceberg/result.h"
27+
#include "iceberg/type.h"
2928

3029
namespace iceberg {
3130
class ICEBERG_EXPORT Conversions {

src/iceberg/util/literal_format.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
#include "literal_format.h"
20+
#include "iceberg/util/literal_format.h"
2121

2222
#include <chrono>
2323
#include <cstring>

0 commit comments

Comments
 (0)