Skip to content

Commit

Permalink
r.flow: rename io.h file which causes conflict with MSYS2 (#3708)
Browse files Browse the repository at this point in the history
Closes: #3700
  • Loading branch information
nilason committed May 14, 2024
1 parent 9f7222b commit 0ec833c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion raster/r.flow/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <grass/glocale.h>
#include "r.flow.h"
#include "mem.h"
#include "io.h"
#include "flow_io.h"
#include "aspect.h"
#include "precomp.h"

Expand Down
2 changes: 1 addition & 1 deletion raster/r.flow/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <grass/raster.h>
#include <grass/glocale.h>
#include "r.flow.h"
#include "io.h"
#include "flow_io.h"
#include "mem.h"

/************************** MEMORY MGMT/ACCESS **************************/
Expand Down
2 changes: 1 addition & 1 deletion raster/r.flow/precomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <grass/raster.h>
#include <grass/glocale.h>
#include "r.flow.h"
#include "io.h"
#include "flow_io.h"
#include "mem.h"
#include "aspect.h"

Expand Down

0 comments on commit 0ec833c

Please sign in to comment.