Skip to content

Commit

Permalink
Merge branch 'main' into veroandreo-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed May 14, 2024
2 parents 66d98b1 + 0ec833c commit 26c777c
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 26c777c

Please sign in to comment.