Branimir Karadžić 11 years ago
parent
commit
74c19cce1b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/common/entry/entry_qnx.cpp

+ 1 - 2
examples/common/entry/entry_qnx.cpp

@@ -3,12 +3,11 @@
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
  */
 
 
-#include "entry.h"
+#include "entry_p.h"
 
 
 #if ENTRY_CONFIG_USE_NATIVE && BX_PLATFORM_QNX
 #if ENTRY_CONFIG_USE_NATIVE && BX_PLATFORM_QNX
 
 
 #include <stdio.h>
 #include <stdio.h>
-#include "entry.h"
 
 
 namespace entry
 namespace entry
 {
 {