Fix some missed renames for sg_random.hxx
Ticket-Id: https://sourceforge.net/p/flightgear/codetickets/2595/
This commit is contained in:
parent
cc60472d26
commit
9297f62d2f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
|
||||
|
||||
#include <simgear/math/sg_random.h>
|
||||
#include <simgear/math/sg_random.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
||||
// Set up function for each test.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
|
||||
|
||||
#include <simgear/math/sg_random.h>
|
||||
#include <simgear/math/sg_random.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue