Skip to content

Commit

Permalink
env: Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Oct 27, 2024
1 parent 8e34478 commit 850a22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flamingo/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#pragma once

#include "../common.h"
#include "../scope.h"
#include "common.h"
#include "scope.h"

#include <assert.h>
#include <stdlib.h>
Expand Down

0 comments on commit 850a22e

Please sign in to comment.